.
session_start();
session_unset();
session_destroy();
session_start();
session_register("somevariable");
Can anyone figure out where I may be going wrong.
Warm Regards,
Divyank Turakhia
--
http://www.d
I have a situation where I have one browser window open for lets say web
application 'x'. Now I want my user to goto application 'y' on the same
domain in a new browser window by passing the authentication information
from application 'x' to application 'y'. I obviously donot want my
session varia
2 matches
Mail list logo