Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my current web application I need to implement similar approach as given in following link to track client window and keep session variables separate for each client window.

https://sites.google.com/site/sarittechworld/track-client-windows

Requirements are below:



1. Assign a unique name to each client window

2. Use the server session to keep track of data saved to the session separately by each of the windows

3. Automatically close a server session when the last open window is closed on the browser.

But without using cookie or query string I need to pass WinID across the pages.

Please suggest me the mechanisms by which I can pass the WinID /window.name form client browser to server in every request made from same window.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900