Re: Problems with Session
From: Marc Hoeve (mrhoeve_at_hotmail.com)
Date: 06/25/04
- Next message: shank: "Re: return highest value in recordset"
- Previous message: Bob Barrows [MVP]: "Re: Checking that ASP page hasn't been accessed directly."
- In reply to: Marc Hoeve: "Problems with Session"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Jun 2004 01:54:17 +0200
Hi everyone,
I have tried a work-around with success. Both sites are now on server 1,
server 2 has a response.redirect to server 1. This works very fine.
But still, I would like to have a solution for my problem. I hope someone
out there has an answer?
Thank you in advance for your help.
Greetings,
Marc
"Marc Hoeve" <mrhoeve@hotmail.com> schreef in bericht
news:cbi1f0$nuf$1@reader13.wxs.nl...
> Hi everybody
>
> I'm setting up 2 websites for a friend of mine, en I'm have problems with
> one of the sites.
>
> The situation: I have 2 different domains (both in the .NL domain). Both
> domains provides the possibility for users to log in. The loginscript and
> the databases are hosted at server 1. The site at server 2 contains a link
> to the loginpage at server 1. That works well... so far.
>
> The problem is that when I log in at server 2, he doesn't accept it. I
found
> out that the Session variable I use isn't recognised. I use
> Session("protected") to keep track of the users who are logged in. When
> there credentials are right according to the database,
> Session("protected")=True and the loginpage gives a redirection to
> partner.asp by doing Response.Redirect "partner.asp". Trying to log in
from
> server 1 works fine, trying to log in from server 2 doesn't.
>
> My questions therefore are:
> 1. Is the Session variable rememberd by server 2 (although server 1
contains
> the loginpage en gives a redirection to a page on server 1)
> 2. What can I do to correct this problem?
>
> Your answers are appreciated, and sorry for the possible worse language in
> this message (English is not my native language ;))
>
> Greetings,
> Marc
>
>
- Next message: shank: "Re: return highest value in recordset"
- Previous message: Bob Barrows [MVP]: "Re: Checking that ASP page hasn't been accessed directly."
- In reply to: Marc Hoeve: "Problems with Session"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|