> Is it wise or wrong to put long strings into a session variable ? Is
it
> better to keep the values short ?

The more data you put into your session, the more data that has to be
read and written to a file on your server each time someone accesses a
page. More data is going to slow things down. 

If it's your only option, then use it. 

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to