The list of numbers is generated by calling an xml file which translates latitude and longitude into screen coordinates. This is done from the main file because this is where I need to draw the map and location points. The problem is in the createline.php which draws lines between the location points. If I was to call the xml file again, its going to slow things down quite considerably. These suggestions are great tho, keep em commin :) -----Original Message----- From: Jasper Bryant-Greene [mailto:jasper@xxxxxxxxxxxxxxxxxx] Sent: Tuesday, 23 August 2005 4:44 PM To: php-general@xxxxxxxxxxxxx Subject: Re: Large URI request problem Dean Maunder wrote: > My session variables are saved in a database, that's more than > possible, tho the thought of saving a 3000char session variable in a > table is a bit hairy :) Wouldn't worry me. It's a lot better than putting it in the URL :) The other thing I thought of is, how are you generating that list of numbers in the calling script? Couldn't whatever code you're using to get that list simply be moved to the script that displays the image, with whatever information it needs to find the right list passed to it? (I assume you're not passing the same, or an equally long, list to the calling script in the URL...) Jasper -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php