Ask a Question related to ASP.NET General, Design and Development.
-
Natty Gur #1
Re: Application variable not persisting
Hi,
For some reason your application shutdown between the assignment and
retrieval of the value to the session. I need to see some code in order
to find the reason. The most common reasons for application restart are
: changing, adding removing files from Bin directory or one of the
condition in ProcessModel section (machine.config) come true.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Application Variable Timeout
By default Application variables timeout after 2 days. Does this mean that once set they will last 2 days and then they will be deleted regardless,... -
IIS Application Variable Problem
I have an ASP based application that in the default.asp sets a run at server variable of Application("Value") = 0 in Application_OnStart. Among... -
Cant set CCW in ASP Application variable
I have a managed object that I want to use from an existing ASP (classic, not .net) application. The object contains a cache and may be accessed... -
Using an object saved in a ASP Application Variable
"Michael G. Schneider" <mgs@mgs-software.de> wrote in message news:O7FFB$wcDHA.1656@TK2MSFTNGP10.phx.gbl... is idea It is not THE critical... -
Testing for the existance of an Application() variable
How about this: theLetter="G" If len(Application(theLetter)) > 0 then HTH, Bob Barrows -
max cordas #2
Re: Application variable not persisting
Thanks for the help!
After more research I am finding that the Session State is NEVER
persisting from page to page.
In fact, the server is not attempting to set cookies, hence it is
impossible to track sessions from page to page.
Any ideas why the server would not set cookies?
It is a new install with XP pro, .net 1.0
cheers
Max
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
max cordas Guest
-
Natty Gur #3
Re: Application variable not persisting
Hi,
Maybe the browser don’t allow cookies ???
Any way asp.Net can support session without cookies (you can set it in
Web.Config). Instead of cookies the Session id embedded to the URL.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

