|
-
Sep 16th, 2008, 03:54 AM
#1
Thread Starter
Hyperactive Member
The session object is not working for remote pages
Hi
I have designed an application in which my pages are scattered to different machine.
I have to pass a value from one page on one machine to other machine on other machine.
I have used this:
Page1_load
Session("Name")="Abbas Haider"
Response.Redirect("Page2.aspx")
End Sub
Page2_Load
Response.Redirect(Session("Name"))
End Sub
Now Session("Name") is empty for other page
How can I pass my values?
Thanks in Advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|