Re: [PHP] session.auto_start

2009-05-22 Thread kranthi
1. If you do turn on session.auto_start then you cannot put objects into your sessions since the class definition has to be loaded before starting the session in order to recreate the objects in your session. but the official php manual suggests a workaround... http://in2.php.net/manual/en/intro.s

[PHP] session.auto_start

2009-05-22 Thread Sumit Sharma
Hi All, are there any *disadvantages of setting session.auto_start to true in terms of system resources or security or any other*. I have set this element to true in php.ini as follows. session.auto_start = 1. Millions of thanks, Sumit

[PHP] session.auto_start Linux vs Windows

2008-05-12 Thread Balpö
Hi everyone, I'm having a problem moving my code to a linux computer. I won't post the whole code here, but an accurate example that reproduces exactly the error. // 1.php // 2.php // php.ini (incomplete) session.save_

[PHP] session.auto_start = 1

2001-09-07 Thread Yaroukh
Hi there I have set "session.auto_start" to "1", but without "Session_Start()" the session handling doesn't work. But I think it definetely should - am I wrong? /:o) Or what else should I change in PHP.INI to make this work properly. Bye Yaroukh -- PHP General Mailing List (http://www.p

[PHP] session.auto_start problem

2001-04-27 Thread Andreas Wolff
hi all, i'm using PHP on a Win98 machine, and after switching session.auto_start=1, PHP is enhancing every address with SessionID's; well, normally I'm satisfied with this behaviour, but for a single page containing some javascript I would like to have it turned it off. I red there is a compilin