Re: session loss
- From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Mon, 09 May 2005 17:59:28 +0200
LucasGT wrote:
Hi Lucas,
> Hi,
>
> I've been searching for a long time, but couldn't come up with a
> solution or a clue, so I submit my case to your attention :
>
> 1. On a Windows client, an application creates a temporary htm file and
> opens it with IE 6. This file only contains a redirection instruction
> to an outside URL :
>
> <META HTTP-EQUIV=Refresh
> CONTENT="0;url=http:/my.url.com/?params=zdazdazda">
That is a strange URL, but if it works, fine. :-)
>
> 2. once I navigate at this adress, everything is fine until the site
> opens a pop-up window, I close it _and_ try to follow another link
> (still inside the site) : the client loses the session reference
Oops?
The popup makes the session go away?
My first guess would be to investigate that popup thing.
Your redirection html file has nothing to do with it (I expect).
If you go to the side, does the same popup also make the session disappear?
Another thing: How can the popup delete the session? Are you the one who
owns this code and can you hunt down the problem from there?
The only thing I can think of is that the code that resides in the pop-up
code (or associated with) is responsible for ending the session.
Another more farfetched senario would be that javascript deletes the cookie
that contains the sessionid.
But then again: If it is your code, you would know...
Regards,
Erwin Moller
>
> On the server side, PHP based, the file containing the session data
> still exists in /tmp.
>
> What I can do :
> - update the temporary htm file
> - modify the php files
> What I can't do :
> - skip the Windows app.
> - use another browser
>
> My config :
> client : WinXP SP2 + IE 6.0.2800
> server : L.A.M.P.
>
> I'd be very willing to discuss with you any solution.
>
> Regards.
.
- Follow-Ups:
- Re: session loss
- From: LucasGT
- Re: session loss
- From: Mike Willbanks
- Re: session loss
- References:
- session loss
- From: LucasGT
- session loss
- Prev by Date: Using PHP for search within a PDF file
- Next by Date: Re: query
- Previous by thread: session loss
- Next by thread: Re: session loss
- Index(es):
Relevant Pages
|