I have initialized some session variables in Global.asa for our web
application.
But these session variables are returning null values; it is was
working fine before;
Recently we have rebuild our servers.

Please let me know if anyone of you have some idea?

Re: Session variables are not getting initialized in global.asa file by Ray

Ray
Wed May 10 10:16:50 CDT 2006

Do you have sessions enabled in the application or site in IIS? What OS is
on the server? Is it just one server, or do you have a few of them load
balanced?

Ray at work

"Rahul" <venkatamaheshp@gmail.com> wrote in message
news:1147270932.010538.31340@i39g2000cwa.googlegroups.com...
>I have initialized some session variables in Global.asa for our web
> application.
> But these session variables are returning null values; it is was
> working fine before;
> Recently we have rebuild our servers.
>
> Please let me know if anyone of you have some idea?
>



Re: Session variables are not getting initialized in global.asa file by Patrice

Patrice
Wed May 10 10:35:27 CDT 2006

In the IIS console :
- session enabled ?
- site root defined as a web application ?

--

"Rahul" <venkatamaheshp@gmail.com> a écrit dans le message de news:
1147270932.010538.31340@i39g2000cwa.googlegroups.com...
>I have initialized some session variables in Global.asa for our web
> application.
> But these session variables are returning null values; it is was
> working fine before;
> Recently we have rebuild our servers.
>
> Please let me know if anyone of you have some idea?
>



Re: Session variables are not getting initialized in global.asa file by Rahul

Rahul
Thu May 11 01:25:47 CDT 2006

How to enable enable sessions in IIS.
Os: windows 2000 server. Its just one server.


Re: Session variables are not getting initialized in global.asa file by Anthony

Anthony
Thu May 11 01:44:31 CDT 2006


"Rahul" <venkatamaheshp@gmail.com> wrote in message
news:1147328747.559299.113090@j73g2000cwa.googlegroups.com...
> How to enable enable sessions in IIS.
> Os: windows 2000 server. Its just one server.
>

In IIS Manager open the properties of the application.
On the Home Directory tab open the Configuration dialog under the
Application settings
Ensure the Cache ISAPI applications is checked.
Then on the app options tab make sure the Enable session state is checked.

Anthony.



Re: Session variables are not getting initialized in global.asa file by Rahul

Rahul
Thu May 11 08:57:50 CDT 2006

i have enabled sessions in IIS still the problem is not solved.

please suggest?


Re: Session variables are not getting initialized in global.asa file by Evertjan

Evertjan
Thu May 11 09:12:18 CDT 2006

Rahul wrote on 11 mei 2006 in microsoft.public.inetserver.asp.general:

> i have enabled sessions in IIS still the problem is not solved.
>
> please suggest?

Perhaps your IIS has shut down???

Perhaps show us some code?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Session variables are not getting initialized in global.asa file by Anthony

Anthony
Thu May 11 09:51:49 CDT 2006


"Rahul" <venkatamaheshp@gmail.com> wrote in message
news:1147355870.387450.100930@v46g2000cwv.googlegroups.com...
> i have enabled sessions in IIS still the problem is not solved.
>
> please suggest?
>

Are you saying that you had to make the changes outlined or that they were
already set?

Is the browser you are using blocking the session cookie?

E.g in IE is the privacy level set to High or Block all?