loosing session in new window (IE only)

This is a discussion on loosing session in new window (IE only) within the PHP General forums, part of the PHP Programming Forums category; hi, i have a list of people on one page. each row, on the end has link <a href=...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-25-2008
Lamp Lists
 
Posts: n/a
Default loosing session in new window (IE only)

hi,
i have a list of people on one page. each row, on the end has link <a href=person.php?id=123 target=_blank>view details</a>.
it's requested to open detail page in new window.
very few people complained they can't open detail page. all of them use IE.
I wasn't able to reproduce the error, though using GoToMeeting I was able to look while customer was doing it.
I put session info on screen to see what's going on and found that new window doesn't have session info from "old" window?!? like, new window - new session.

does anybody knows anything about this?

thanks.

-ll




__________________________________________________ __________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsea...egory=shopping
Reply With Quote
  #2 (permalink)  
Old 03-25-2008
Andrew Ballard
 
Posts: n/a
Default Re: [PHP] loosing session in new window (IE only)

On Tue, Mar 25, 2008 at 3:49 PM, Lamp Lists <lamp.lists@yahoo.com> wrote:
> hi,
> i have a list of people on one page. each row, on the end has link <a href=person.php?id=123 target=_blank>view details</a>.
> it's requested to open detail page in new window.
> very few people complained they can't open detail page. all of them use IE.
> I wasn't able to reproduce the error, though using GoToMeeting I was able to look while customer was doing it.
> I put session info on screen to see what's going on and found that new window doesn't have session info from "old" window?!? like, new window - new session.
>
> does anybody knows anything about this?
>
> thanks.
>
> -ll


If they open a new window by clicking on IE (say, on the desktop, the
QuickLaunch bar, or the Start menu), Windows actually opens a new,
totally separate process of IE along side the first. The new one will
share any persistent cookies with the first, since they are written to
the file system, but sessions do not usually use persistent cookies.
As long as your users are opening the new window by clicking a link or
by pressing Ctrl+N from the first window, the session information
*should* remain in tact.

Andrew
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:16 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0