Re: Copying/Duplicate User Session
Robert Taylor <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <OFC9A9A51F.3E8CF4FB-ON86257265.0081F71D-86257265.0081EFA3@datastarusa.com> |
Just thinking out loud here... What if you made an array of the navigation information and then the new window will access a different index. Now to identify the new window, it could be via Form value or QueryString value, but that would mean that you would have to keep up with it in all your links. So if you are jumping around alot, the only other thing I can think of is when you create the window, give it a name, then have a piece of javascript that picks up the windows name and adds it to the links and/or form value to keep track of it. Hope this helps.... _____________________________ Robert L. Taylor Senior Web/Systems Developer Engage/G2 Program Manager DataStarUSA, Inc. [email protected] http://www.datastarusa.com DataStarUSA is your leading Nationwide Technology Deployment and Maintenance Resource. Our differentiators include Geographic Reach, Experience, Speed, and Consistency. We deliver results at the lowest total cost. To find out more visit our website. Robert Rolls <Robert.Rolls@DEV NET.ATO.GOV.AU> To Sent by: [email protected] "Discussion of cc building .NET applications Subject targeted for the [DOTNET-WEB] Copying/Duplicate User Web" Session <DOTNET-WEB@DISCU SS.DEVELOP.COM> 01/16/2007 05:21 PM Please respond to "Discussion of building .NET applications targeted for the Web" <DOTNET-WEB@DISCU SS.DEVELOP.COM> Is there any way I can duplicate a user's session - I'm looking for a solution to the following problem. Our web site has to allow the user to open a new window with a copy of the current session - we are currently thinking of having a hyperlink at the top of the screen that says launch new window which simply opens a browser window with the current screen what we'd really like to do is duplicate the session to a new session id. The reason being is we store the user navigation information within session (the pages the user has visited within the site) and we need this to be independent of window. Regards Robert. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com