Session State

  • Thread starter Thread starter Demetri
  • Start date Start date
D

Demetri

I need a way to pass session variables from a classic asp
page to an asp.net page. I can not use a query string
since the one does not call the other. In addition, i'm
looking for more of a one application scope and not all
the applications under the wwwroot thus it does not have
to be but so generic.

Any ideas?

Thanks
 
Here is an article that might give you some ideas on this:
http://www.eggheadcafe.com/articles/20021207.asp

Chris Moore[MSFT]

--------------------
Content-Class: urn:content-classes:message
From: "Demetri" <[email protected]>
Sender: "Demetri" <[email protected]>
Subject: Session State
Date: Wed, 9 Jul 2003 07:47:02 -0700
Lines: 10
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcNGKPVD7PcO0UoJTyWyeiuBgH9oSA==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!cpmsftngxa09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:158016
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

I need a way to pass session variables from a classic asp
page to an asp.net page. I can not use a query string
since the one does not call the other. In addition, i'm
looking for more of a one application scope and not all
the applications under the wwwroot thus it does not have
to be but so generic.

Any ideas?

Thanks


--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Back
Top