I have a very simple login screen that basically allows the user to login
into the system. If I access the page from on the server then I get logged
into the system everytime. However, if I try to access the system from any
other machine I get bounced to the login screen everytime and I am not
exactly sure why that is the case.
I am using asp.net 1.1 and running on Windows2000 server. I was wondering if
any one has ever encounter this sort of behaviour before and what their
solution was on.
I have put in debug code in my code and I know that it is getting to where
it needs to go, so I am
JDIf you are storing the logged in flag in a session variable, perhaps IE has
cookies turned off on the other computer.
"Irishmaninusa"
<jdaly@.structuctureinteractive.com.takemeoffifyouwantoemailme> wrote in
message news:OWWtE1LnEHA.3428@.TK2MSFTNGP11.phx.gbl...
> Hello Everyone,
> I have a very simple login screen that basically allows the user to login
> into the system. If I access the page from on the server then I get logged
> into the system everytime. However, if I try to access the system from any
> other machine I get bounced to the login screen everytime and I am not
> exactly sure why that is the case.
> I am using asp.net 1.1 and running on Windows2000 server. I was wondering
if
> any one has ever encounter this sort of behaviour before and what their
> solution was on.
> I have put in debug code in my code and I know that it is getting to where
> it needs to go, so I am
> JD
>
I thought about that, but that is not the case. I have cookies turned on, so
it should be working properly.
"Marina" <someone@.nospam.com> wrote in message
news:uAQVy4LnEHA.3756@.TK2MSFTNGP11.phx.gbl...
> If you are storing the logged in flag in a session variable, perhaps IE
has
> cookies turned off on the other computer.
> "Irishmaninusa"
> <jdaly@.structuctureinteractive.com.takemeoffifyouwantoemailme> wrote in
> message news:OWWtE1LnEHA.3428@.TK2MSFTNGP11.phx.gbl...
login
logged
any
wondering
> if
where
>
Okay I added in some code to check to see if the user was being
authenticated and it was failing. I am using formsbased authentication.
Gives me something to work with, still if any one has any ideas on this I
would welcome any help that I get. Thanks.
"Irishmaninusa"
<jdaly@.structuctureinteractive.com.takemeoffifyouwantoemailme> wrote in
message news:OWWtE1LnEHA.3428@.TK2MSFTNGP11.phx.gbl...
> Hello Everyone,
> I have a very simple login screen that basically allows the user to login
> into the system. If I access the page from on the server then I get logged
> into the system everytime. However, if I try to access the system from any
> other machine I get bounced to the login screen everytime and I am not
> exactly sure why that is the case.
> I am using asp.net 1.1 and running on Windows2000 server. I was wondering
if
> any one has ever encounter this sort of behaviour before and what their
> solution was on.
> I have put in debug code in my code and I know that it is getting to where
> it needs to go, so I am
> JD
>
0 comments:
Post a Comment