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 i
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 ope
2 matches
Mail list logo