Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Re: redirecting from .aspx page to .asp page

Reply
Thread Tools

Re: redirecting from .aspx page to .asp page

 
 
Steve C. Orr, MCSD
Guest
Posts: n/a
 
      07-15-2003
There is no great way to share session state between ASP and ASP.NET. But
that doesn't mean you don't have options.

Here are some common ways:
* Store the data in a common database
* Pass data from page to page on the QueryString
* Store the data in cookies
* Use a 3rd party session sharing component
(Here's one:
http://www.consonica.com/solutions/d...tch/index.html)
* Use COM Interop to provide an object that both sides can access that
handles the data.
Here's an example of the latter:
http://msdn.microsoft.com/library/de...rtToASPNET.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net


"senthil" <> wrote in message
news:04f201c34a63$c4140550$...
> Hi,
> I am redirecting to a .ASP page from an .ASPX page.
> In the .ASP page, Is the session variables which are
> stored previously accessible? If so what properties in
> the .ASPX page should be set in order to make session
> variables visible to the oncoming asp page.
>
> Thanks,
> Senthil



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error when redirecting to an asp page from an aspx page Loui Mercieca ASP .Net 3 09-03-2005 04:31 PM
Redirecting Mobile Page to a different page and come back Sathish Kumar K ASP .Net Mobile 1 07-14-2005 10:37 AM
Redirecting to page page... digime HTML 2 02-10-2005 06:24 PM
redirecting from another page besides the login page WhiskyRomeo ASP .Net Security 1 01-18-2005 10:05 PM
Re: redirecting from .aspx page to .asp page Jeff Trotman ASP .Net 0 07-16-2003 04:25 AM



Advertisments