|
Posted by Jerry Stuckle on 05/04/06 15:57
Meena wrote:
> Dear All, i have developed an application located on a server that has
> a front end and a back end interface, the application uses session
> object. when i log on as a backend user and a client user form the same
>
> computer, the sessions conflict together and i get unexpected results,
> and i found out that this happenes when one of the sessions ends. Ex:
> when i log on as a backend user, and then as a front end one(from the
> same computer at the same time), if i log out(destroy the session) as a
>
> front end user the back end user no longer works because the session
> variables are destroyed. Any Ideas how to fix that, or is there a
> solution in the first place???
>
> Thnx
>
Not a PHP problem, but how things work. The session id is stored in a cookie,
and obviously you can only have a one cookie with that name.
The solution is to use two different browsers - not two windows of the same browser.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|