[PHP] Session and output buffering

2002-07-16 Thread Divyank Turakhia
. 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

[PHP] Complex session issue

2002-07-15 Thread Divyank Turakhia
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