in reply to Re: force to work with new session
in thread force to work with new session
hi
lets say i have script A.asp
that have 2 buttons, one to B.asp and the other is to C.asp,
both B,C print the session id but C.asp have in the code $Session->Abandon();
if i will click both buttons and refresh script C and then refresh script B i will see the id was changed.
but if i will open explorer and go to script B, open another one and go to script C even if i will refresh script C(that have session abandon) script B.asp session id is not changing.
why now the are working on 2 different sessions?
and can i do the same as if i clicked on script A???
thanks!!!