[PHP] $_SESSION[''] variable not get passed

2003-11-10 Thread S.P.Vimala
Hi, I have apache, php 4.1.2 running on windows machine. The following are the seetings related to sessions in php.ini file register_globals =off session.autostart=1 session.use cookies=0 session.use_trans_sid=1 Now i have the following code

[PHP] php sessions

2003-10-28 Thread S.P.Vimala
Hi, I'm developing a web application which is making use of sessions. I have the following configuration is my php.ini file session.use_cookies = 0 session.use_trans_sid = 1 session.auto_start = 0 register_globals = On This does not give me a new session_id when the application is