Re: Session Coliiding
From: ariel (alopez5566_at_-NOSPAM-hotmail.com)
Date: 11/03/04
- Next message: Guest: "Getting user name from win2k from asp ?"
- Previous message: LisaConsult: "RE: Web.config timeout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 03 Nov 2004 12:22:12 -0800
JHON;
Thank you for your reply. I was able to replicate the problem, and I am im[presed with the outcome. What realy happen is the following:
in the page load I have:
Sub page load()
if Not Page.IsPostBack then
function_a(Context.item("Object"))
Cache.Insert("MyDataSet1") = Context.item("Object")
else
function_a( Cache("MyDataSet1") ) 'event
end if
end Sub
When the page is post back due to an event the function_a will pass the Cache from another Session already happened in the server(?). Please let me know you though about it, I am really lost with this(?)
Thank you for your time
Ariel.
--- Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/
- Next message: Guest: "Getting user name from win2k from asp ?"
- Previous message: LisaConsult: "RE: Web.config timeout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|