urgent -- Session object problem

A

Ather Ali Shaikh

I have a login authentication to sqlserver and redirect to the specified
directory and page .
before redirecting the session object is persist with 30 variables which i
set at authentication time.
but when it redirect to the new page the object destroyed all the variables
except sessionid what is wrong with this behaviour.
I have used
Response.Redirect
Server.Execute
Server.Transfer
All above functions giving the same result.

Regards
Ather Ali Shaikh
 
B

Branimir Giurov

Are you redirecting to a page that's part of the same application, or to
another one?
You can't hold the Session state if it is an another application, you know
:)

Branimir Giurov
MCSD.NET, MCAD
eAgility LLC
 
A

Ather Ali Shaikh

it is the same application

Branimir Giurov said:
Are you redirecting to a page that's part of the same application, or to
another one?
You can't hold the Session state if it is an another application, you know
:)

Branimir Giurov
MCSD.NET, MCAD
eAgility LLC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top