Connecting Tech Pros Worldwide Forums | Help | Site Map

session problem

Roman
Guest
 
Posts: n/a
#1: Jul 19 '05
Hi,

I've installed .net on my server and since then I'm loosing my
sessions from my (old) asp.

e.g.: Session("test") works on the same page, but if the page is
changed the whole session is registered new and sothe stored data is
lost.

(my session timeout is default on 20 min / bevore my .net installation
all worked fine)

Thanx, Roman

Curt_C [MVP]
Guest
 
Posts: n/a
#2: Jul 19 '05

re: session problem


are you trying to share this info with .NET ? If so you can't.


--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


"Roman" <roman_test@chello.at> wrote in message
news:72b88486.0403080740.4f6aba98@posting.google.c om...[color=blue]
> Hi,
>
> I've installed .net on my server and since then I'm loosing my
> sessions from my (old) asp.
>
> e.g.: Session("test") works on the same page, but if the page is
> changed the whole session is registered new and sothe stored data is
> lost.
>
> (my session timeout is default on 20 min / bevore my .net installation
> all worked fine)
>
> Thanx, Roman[/color]


Roman Wienicke
Guest
 
Posts: n/a
#3: Jul 19 '05

re: session problem



no its from asp to asp, I don't use .net in this project...

"Curt_C [MVP]" <software_AT_darkfalz.com> schrieb im Newsbeitrag
news:esEi1YSBEHA.1128@TK2MSFTNGP11.phx.gbl...[color=blue]
> are you trying to share this info with .NET ? If so you can't.
>
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "Roman" <roman_test@chello.at> wrote in message
> news:72b88486.0403080740.4f6aba98@posting.google.c om...[color=green]
> > Hi,
> >
> > I've installed .net on my server and since then I'm loosing my
> > sessions from my (old) asp.
> >
> > e.g.: Session("test") works on the same page, but if the page is
> > changed the whole session is registered new and sothe stored data is
> > lost.
> >
> > (my session timeout is default on 20 min / bevore my .net installation
> > all worked fine)
> >
> > Thanx, Roman[/color]
>
>[/color]


Vilmar Brazão de Oliveira
Guest
 
Posts: n/a
#4: Jul 19 '05

re: session problem


hi, don´t forget the browser needs to accept cookies to session be used and
kept on asp pages.

-
««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"Roman Wienicke" <wienicke@connexion.at> escreveu na mensagem
news:eOu2KcSBEHA.1212@TK2MSFTNGP12.phx.gbl...[color=blue]
>
> no its from asp to asp, I don't use .net in this project...
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> schrieb im Newsbeitrag
> news:esEi1YSBEHA.1128@TK2MSFTNGP11.phx.gbl...[color=green]
> > are you trying to share this info with .NET ? If so you can't.
> >
> >
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > www.Darkfalz.com
> >
> >
> > "Roman" <roman_test@chello.at> wrote in message
> > news:72b88486.0403080740.4f6aba98@posting.google.c om...[color=darkred]
> > > Hi,
> > >
> > > I've installed .net on my server and since then I'm loosing my
> > > sessions from my (old) asp.
> > >
> > > e.g.: Session("test") works on the same page, but if the page is
> > > changed the whole session is registered new and sothe stored data is
> > > lost.
> > >
> > > (my session timeout is default on 20 min / bevore my .net installation
> > > all worked fine)
> > >
> > > Thanx, Roman[/color]
> >
> >[/color]
>
>[/color]


Vilmar Brazão de Oliveira
Guest
 
Posts: n/a
#5: Jul 19 '05

re: session problem


so, try to take a look at your iis server in:
properties/base folder/configuration/aplication(aplicative) options
it there is the option to set: activate session state and the time of it
too.
TRY IT!
--


««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"Rob Greene" <a-robg@online.microsoft.com> escreveu na mensagem
news:8xgcsVhBEHA.2304@cpmsftngxa06.phx.gbl...[color=blue]
> I can turn off cookies and still have session variables, so I don;t htink[/color]
that's the issue here. I have pages that pass session information from[color=blue]
> page to page.
>
> Are there errors being logged in the event logs?
>
> -rwg
> This is what I think, not necessarily what is accurate!
>
> --------------------
> | From: "Vilmar Brazão de Oliveira" <teste@teste.teste.teste>
> | References: <72b88486.0403080740.4f6aba98@posting.google.com >[/color]
<esEi1YSBEHA.1128@TK2MSFTNGP11.phx.gbl>[color=blue]
> <eOu2KcSBEHA.1212@TK2MSFTNGP12.phx.gbl>
> | Subject: Re: session problem
> | Date: Tue, 9 Mar 2004 13:26:11 -0300
> | Lines: 45
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> | Message-ID: <utra4MfBEHA.3284@TK2MSFTNGP09.phx.gbl>
> | Newsgroups: microsoft.public.inetserver.asp.general
> | NNTP-Posting-Host: 200-206-238-18.speedyterra.com.br 200.206.238.18
> | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
> | Xref: cpmsftngxa06.phx.gbl[/color]
microsoft.public.inetserver.asp.general:267851[color=blue]
> | X-Tomcat-NG: microsoft.public.inetserver.asp.general
> |
> | hi, don´t forget the browser needs to accept cookies to session be used[/color]
and[color=blue]
> | kept on asp pages.
> |
> | -
> | ««««««««»»»»»»»»»»»»»»
> | Vlmar Brazão de Oliveira
> | Desenvolvimento Web
> | HI-TEC
> | "Roman Wienicke" <wienicke@connexion.at> escreveu na mensagem
> | news:eOu2KcSBEHA.1212@TK2MSFTNGP12.phx.gbl...
> | >
> | > no its from asp to asp, I don't use .net in this project...
> | >
> | > "Curt_C [MVP]" <software_AT_darkfalz.com> schrieb im Newsbeitrag
> | > news:esEi1YSBEHA.1128@TK2MSFTNGP11.phx.gbl...
> | > > are you trying to share this info with .NET ? If so you can't.
> | > >
> | > >
> | > > --
> | > > Curt Christianson
> | > > Owner/Lead Developer, DF-Software
> | > > www.Darkfalz.com
> | > >
> | > >
> | > > "Roman" <roman_test@chello.at> wrote in message
> | > > news:72b88486.0403080740.4f6aba98@posting.google.c om...
> | > > > Hi,
> | > > >
> | > > > I've installed .net on my server and since then I'm loosing my
> | > > > sessions from my (old) asp.
> | > > >
> | > > > e.g.: Session("test") works on the same page, but if the page is
> | > > > changed the whole session is registered new and sothe stored data[/color]
is[color=blue]
> | > > > lost.
> | > > >
> | > > > (my session timeout is default on 20 min / bevore my .net[/color]
installation[color=blue]
> | > > > all worked fine)
> | > > >
> | > > > Thanx, Roman
> | > >
> | > >
> | >
> | >
> |
> |
> |
>
>[/color]


rwg
Guest
 
Posts: n/a
#6: Jul 19 '05

re: session problem


As a test, I installed a Web.config in a VDir with a short timeout. ASPX pages lost their session after the timeout, but ASP pages kept their session
information for the full 20 minutes as defined in the ISM Session Timeout (Properties->Virtual Directory->Configuration->Options)

A year ago, I had an application that acted as if the Enable Session was turned off, when it was checked. I unchecked this filed, applied changes,
checked it and applied changes again and the problem went away. I never could recreate this, so I assumed it was a fluke or I had misread the initial
information.

-rwg
This is what I think, not necessarily what is accurate!

--------------------
| From: "Vilmar Brazão de Oliveira" <teste@teste.teste.teste>
| References: <72b88486.0403080740.4f6aba98@posting.google.com > <esEi1YSBEHA.1128@TK2MSFTNGP11.phx.gbl> <eOu2KcSBEHA.1212
@TK2MSFTNGP12.phx.gbl> <utra4MfBEHA.3284@TK2MSFTNGP09.phx.gbl> <8xgcsVhBEHA.2304@cpmsftngxa06.phx.gbl>
| Subject: Re: session problem
| Date: Wed, 10 Mar 2004 13:55:27 -0300
| Lines: 96
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <u2LQ6BsBEHA.1456@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.inetserver.asp.general
| NNTP-Posting-Host: 200-206-238-18.speedyterra.com.br 200.206.238.18
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:267986
| X-Tomcat-NG: microsoft.public.inetserver.asp.general
|
| so, try to take a look at your iis server in:
| properties/base folder/configuration/aplication(aplicative) options
| it there is the option to set: activate session state and the time of it
| too.
| TRY IT!
| --
|
|
| ««««««««»»»»»»»»»»»»»»
| Vlmar Brazão de Oliveira
| Desenvolvimento Web
| HI-TEC
| "Rob Greene" <a-robg@online.microsoft.com> escreveu na mensagem
| news:8xgcsVhBEHA.2304@cpmsftngxa06.phx.gbl...
| > I can turn off cookies and still have session variables, so I don;t htink
| that's the issue here. I have pages that pass session information from
| > page to page.
| >
| > Are there errors being logged in the event logs?
| >
| > -rwg
| > This is what I think, not necessarily what is accurate!
| >
| > --------------------
| > | From: "Vilmar Brazão de Oliveira" <teste@teste.teste.teste>
| > | References: <72b88486.0403080740.4f6aba98@posting.google.com >
| <esEi1YSBEHA.1128@TK2MSFTNGP11.phx.gbl>
| > <eOu2KcSBEHA.1212@TK2MSFTNGP12.phx.gbl>
| > | Subject: Re: session problem
| > | Date: Tue, 9 Mar 2004 13:26:11 -0300
| > | Lines: 45
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| > | Message-ID: <utra4MfBEHA.3284@TK2MSFTNGP09.phx.gbl>
| > | Newsgroups: microsoft.public.inetserver.asp.general
| > | NNTP-Posting-Host: 200-206-238-18.speedyterra.com.br 200.206.238.18
| > | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
| > | Xref: cpmsftngxa06.phx.gbl
| microsoft.public.inetserver.asp.general:267851
| > | X-Tomcat-NG: microsoft.public.inetserver.asp.general
| > |
| > | hi, don´t forget the browser needs to accept cookies to session be used
| and
| > | kept on asp pages.
| > |
| > | -
| > | ««««««««»»»»»»»»»»»»»»
| > | Vlmar Brazão de Oliveira
| > | Desenvolvimento Web
| > | HI-TEC
| > | "Roman Wienicke" <wienicke@connexion.at> escreveu na mensagem
| > | news:eOu2KcSBEHA.1212@TK2MSFTNGP12.phx.gbl...
| > | >
| > | > no its from asp to asp, I don't use .net in this project...
| > | >
| > | > "Curt_C [MVP]" <software_AT_darkfalz.com> schrieb im Newsbeitrag
| > | > news:esEi1YSBEHA.1128@TK2MSFTNGP11.phx.gbl...
| > | > > are you trying to share this info with .NET ? If so you can't.
| > | > >
| > | > >
| > | > > --
| > | > > Curt Christianson
| > | > > Owner/Lead Developer, DF-Software
| > | > > www.Darkfalz.com
| > | > >
| > | > >
| > | > > "Roman" <roman_test@chello.at> wrote in message
| > | > > news:72b88486.0403080740.4f6aba98@posting.google.c om...
| > | > > > Hi,
| > | > > >
| > | > > > I've installed .net on my server and since then I'm loosing my
| > | > > > sessions from my (old) asp.
| > | > > >
| > | > > > e.g.: Session("test") works on the same page, but if the page is
| > | > > > changed the whole session is registered new and sothe stored data
| is
| > | > > > lost.
| > | > > >
| > | > > > (my session timeout is default on 20 min / bevore my .net
| installation
| > | > > > all worked fine)
| > | > > >
| > | > > > Thanx, Roman
| > | > >
| > | > >
| > | >
| > | >
| > |
| > |
| > |
| >
| >
|
|
|


Closed Thread


Similar ASP / Active Server Pages bytes