Ask a Question related to ASP.NET General, Design and Development.
-
Kathy Burke #1
Session Variables - not there when new page in app opens?
I thought I had made real headway in understanding the server/client
stuff in asp.net.
In main.aspx page, I use a Response.Write to page2.aspx to a target
frame. I have several session variables that I set in main.aspx.
When page2.aspx loads, the variables are not there. The only way I know
that is because I assign their values to labels on page load. I've also
tried "submitting" the form back to itself, but that doesn't grab the
session variables either. Both pages are within a mainframe.aspx page.
I'm setting the variables immediately before using them in vs.net debug
mode, etc.
How would I even figure out how to trace this. Any clues welcome.
thanks,
Kathy
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Kathy Burke Guest
-
#39833 [NEW]: Session variables overwritten by local variables (register_globals=off)
From: sup1382 at accedo dot es Operating system: OpenBSD 3.9 PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
#16890 [Com]: Session variables lost during page changes
ID: 16890 Comment by: psloan at exchange dot purdue dot edu Reported By: phpbug at ski-info-online dot com Status: ... -
Dynamic content within page? Changing session variables with VBScript?
> A URL would be helpful. It's not on a public server... This is for an intranet application. This would work fine, except that eventually... -
New session opens on task bar
In Windows XP, when I have one session of word 2002 open and I open a new one, the new session only opens on the task bar and I am still in the old... -
Kathy Burke #2
Re: Session Variables - not there when new page in app opens?
Thanks for reply...
I don't think I can use server.transfer(?) because I need to set a
target frame for the page.
I have mainframe.aspx, within that
leftframe, src=main.aspx
rightframe, src=test.aspx
From main.aspx I set session variables. Theoretically, shouldn't they be
available from anywhere within the mainframe.aspx? When I do a
response.write from main.aspx to load test.aspx into right frame, but
staying within the mainframe.aspx they disappear. Additional explanation
would be welcome.
thanks.
Kathy
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Kathy Burke Guest



Reply With Quote

