Re: Session object value not displaying
- From: ".Net Sports" <ballz2wall@xxxxxxx>
- Date: Tue, 7 Jul 2009 09:33:06 -0700 (PDT)
On Jul 6, 11:55 am, "Bob Barrows" <reb01...@xxxxxxxxxxxxxxx> wrote:
.Net Sports wrote:
sherlock, it's not working. None of the 3 work. I've even assigned
session("levelAcc") a hardcoded value : session("levelAcc") = 1, and
tried session("levelAcc") ="test", and it doesnt display . :-(
Wait a minute. Be more explicit please. Are you saying you have tried this?
<%
session("levelAcc") ="test"
Response.Write session("levelAcc")
%.
Or are you talking about setting the session variable value on one page and
attempting to display it on another? If so, at least make sure the above
test page successfully displays the word "test" when run.
Oh yes, they work, you must make a mistake wat you are not telling.
Like your browser having the session cookies switched off or not
using an ASP enabled server.
sherlock, thanks for helping...no, the cookies and server is good, on
this page in question when i do this: <%= request.querystring
("level") %> from a querystring, it works.
That proves nothing. The querystring does not rely on cookies - it is just
taken from the url. Check out these articleshttp://classicasp.aspfaq.com/general/why-won-t-my-session-variables-s...http://classicasp.aspfaq.com/general/why-do-my-session/application-va...
Make sure you have created an application for your website in IIS Manager
--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
OK, I was establishing the session object after a redirect to the
landingpage, so it wasn't reading it...i made sure the directory live
was set as an application...now everything works, thanx!
.
- References:
- Session object value not displaying
- From: .Net Sports
- Re: Session object value not displaying
- From: Evertjan.
- Re: Session object value not displaying
- From: .Net Sports
- Re: Session object value not displaying
- From: Evertjan.
- Re: Session object value not displaying
- From: .Net Sports
- Re: Session object value not displaying
- From: Bob Barrows
- Session object value not displaying
- Prev by Date: Report Generator
- Next by Date: Re: Weird Problem
- Previous by thread: Re: Session object value not displaying
- Next by thread: Re: Session object value not displaying
- Index(es):
Relevant Pages
|