ASP.net Associate session with client/request based on ip
Posted
by ase69s
on Stack Overflow
See other posts from Stack Overflow
or by ase69s
Published on 2010-03-18T08:25:12Z
Indexed on
2010/03/18
8:31 UTC
Read the original article
Hit count: 207
In one web page we use a flash upload control but becouse a flash bug in the upload event the session is lost as its posted back with a new session.
We have tought of using a table with ip and old session id or a query string with the old session id in order to reassing it in the uploaded event...
Knowing the old session id how can i reassign it to the client? (In C#)
© Stack Overflow or respective owner