H
Holly Li
Hi,
My vb.net application has set "cookieless=true".
When I open a .aspx page in a popup window using
javascript "window.open("source_url")", The popup page
has a SessionID that is different from its parent page. I
am using SQL server to store session data and using
SessionID as the key. Since new sessions are created for
popup pages, I am having problem using session data in
the popup pages. Did I do something wrong? Thanks.
My vb.net application has set "cookieless=true".
When I open a .aspx page in a popup window using
javascript "window.open("source_url")", The popup page
has a SessionID that is different from its parent page. I
am using SQL server to store session data and using
SessionID as the key. Since new sessions are created for
popup pages, I am having problem using session data in
the popup pages. Did I do something wrong? Thanks.