****
If Not RecordSet.EOF Then
Dim struserLevel, strUName
struserLevel = RecordSet.Fields("UserLevel")
strUName = RecordSet.Fields("UName")
Session("UserLevel") = cint(struserLevel)
Session("UName") = strUName
Response.Redirect("admin3/admin.asp")
****
Not to a different domain at all, in a sub folder of the same website, But
the redirect works, its the session that doesnt get carries accross
--
Guy
www.bradflack.com
Please remove ANTI and SPAM from my
email address before sending me an email.
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:...
> Are you response.redirecting to a different domain? What does your
redirect
> look like?
>
> Ray at work
>
> "Guy Hocking" <> wrote in message
> news:...
> > Hi there,
> >
> > I am having trouble with an ASP login that uses sessions to control
access
> > to certain pages. However the sessions are not being carried accross
upon
> > using response.redirect.
> > I realise that this is the case that DNS names and IP addresses vary
upon
> > whether it works or not, however how can i get around using sessions
live
> on
> > the internet? and make them work>?
> >
> > Hope you guys can help
> >
> > Ta
> >
> > --
> > Guy
> >
> > www.bradflack.com
> >
> > Please remove ANTI and SPAM from my
> > email address before sending me an email.
> >
> >
>
>