Hi Everyone,

I have a question about sessions, I am attempting to store a search term in a session variable to that when it finds the set of records from the database it can export it to excel. The problem I have is that the session variable is 1 search behind...

IE:
Search 1: Harry
Result 1: Nothing

Search 2: Bob
Result 2: Harry

Search 3: Larry
Result 3: Bob

Should I not be using a session variable to preform my search but instead use a local variable to do the actual search and then use the session variable to do the export?

Ugg... Session's are driving me crazy so far...

Thanks for looking!


--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
3251 132nd ave
Holland, MI, 49424
www.raoset.com
[EMAIL PROTECTED]


Reply via email to