Session Variable

G

Gmmi

Is it true that when your ASP application jump's from one
Virtual Directory to another Virtual directory then you
cannot access session variables (which you created in
previous virtual directory pages).

Is there any way to work-around that? I don't want to
create the new session variables.
 
G

Gmmi

Ray for me it's not working. Due you know any reason? or
you are here just for fun.

Gmmi.
 
R

Ray at

(e-mail address removed).

If this is a joke to mess with my mind, hopes, and dreams, I'll hack into
your site and put pornography on it. ;]

Ray at work
 
R

Ray at

If you have an application set in IIS for the directory, the session
variables will not carry through. Like, example:

http://site/dir1/page1.asp contains:
session("test") = "test"

http://site/dir2/page1.asp contains:
response.write session("test")

That will work fine, by default. But if you go into your IIS manager and
create an application on dir2, you will lose the session variables in there.
Session variables are application based. If you don't need to have this
directory specified as a separate application, just remove it in IIS, and
your session variables will carry through.

Ray at work
 
B

Bob Lehmann

Could you put some on my site too? I need the traffic.

Bob Lehmann

Ray at said:
(e-mail address removed).

If this is a joke to mess with my mind, hopes, and dreams, I'll hack into
your site and put pornography on it. ;]

Ray at work

UR ednec said:
Ray! What is your email id? Got a job offer fer ya!
 
B

Bob Lehmann

How's that saying go...... about the cobbler having no shoes :>)

Bob Lehmann

Ray at said:
Yeah, you need something on your site other than a mailto link. :]

Ray at work

Bob Lehmann said:
Could you put some on my site too? I need the traffic.

Bob Lehmann

Ray at said:
(e-mail address removed).

If this is a joke to mess with my mind, hopes, and dreams, I'll hack into
your site and put pornography on it. ;]

Ray at work

Ray! What is your email id? Got a job offer fer ya!

Have you tested this to see if it's true?

Ray at work

Is it true that when your ASP application jump's from one
Virtual Directory to another Virtual directory then you
cannot access session variables (which you created in
previous virtual directory pages).

Is there any way to work-around that? I don't want to
create the new session variables.
 

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

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top