Neou Vongsa
|
| Posted: 08/26/2002, 6:54 PM |
|
I have logged in successfully. I tried to print UserID on the page
[response.write Session("UserID")] but it shows nothing. It seem that the
Session("UserID") contains null value. Could any body help me please.
Thanks,
Vongsa
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/28/2002, 2:29 AM |
|
If you use CCS try to print CCGetUserID
--
Alex,
Support Engineer
CodeCharge Team
"Neou Vongsa" <nvongsa@racha.org.kh> wrote in message
news:akem54$4du$1@news.codecharge.com...
> I have logged in successfully. I tried to print UserID on the page
> [response.write Session("UserID")] but it shows nothing. It seem that the
> Session("UserID") contains null value. Could any body help me please.
>
> Thanks,
>
> Vongsa
>
>
>
|
|
|
 |
Neou Vongsa
|
| Posted: 08/28/2002, 3:11 AM |
|
Yes I use CCS and I did try to print CCGetUserID. It worked fine, the value
is displayed. But when I tried to print Session("UserID") it show nothing.
Is there any problem if I use CCGetUserID instead of Session("UserID") since
CCGetUserID seems to works OK.
Thanks,
Vongsa
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:aki55v$bsb$2@news.codecharge.com...
> If you use CCS try to print CCGetUserID
>
> --
>
> Alex,
> Support Engineer
> CodeCharge Team
>
>
> "Neou Vongsa" <nvongsa@racha.org.kh> wrote in message
>news:akem54$4du$1@news.codecharge.com...
> > I have logged in successfully. I tried to print UserID on the page
> > [response.write Session("UserID")] but it shows nothing. It seem that
the
> > Session("UserID") contains null value. Could any body help me please.
> >
> > Thanks,
> >
> > Vongsa
> >
> >
> >
>
>
|
|
|
 |
DonB
|
| Posted: 08/28/2002, 5:49 AM |
|
Just to make sure, you are executing this server-side (not in the browser)?
And you are using ASP?
don
"Neou Vongsa" <nvongsa@racha.org.kh> wrote in message
news:aki7jv$ghl$1@news.codecharge.com...
> Yes I use CCS and I did try to print CCGetUserID. It worked fine, the
value
> is displayed. But when I tried to print Session("UserID") it show nothing.
>
> Is there any problem if I use CCGetUserID instead of Session("UserID")
since
> CCGetUserID seems to works OK.
>
> Thanks,
> Vongsa
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:aki55v$bsb$2@news.codecharge.com...
> > If you use CCS try to print CCGetUserID
> >
> > --
> >
> > Alex,
> > Support Engineer
> > CodeCharge Team
> >
> >
> > "Neou Vongsa" <nvongsa@racha.org.kh> wrote in message
> >news:akem54$4du$1@news.codecharge.com...
> > > I have logged in successfully. I tried to print UserID on the page
> > > [response.write Session("UserID")] but it shows nothing. It seem that
> the
> > > Session("UserID") contains null value. Could any body help me please.
> > >
> > > Thanks,
> > >
> > > Vongsa
> > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Dave Rexel
|
| Posted: 08/28/2002, 5:18 PM |
|
Vongsa, Please check value in Project Properties -> Security -> Advanced, a
call to Session("UserID") will only work if the User ID Variable is set to
UserID in this dialog box.
This dialog is very useful for inter-project security on the same site, just
vary the Variables in the dialog to keep CCS built subsites in separate
Sessions.
Dave
"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
news:akigsg$2j7$1@news.codecharge.com...
> Just to make sure, you are executing this server-side (not in the
browser)?
> And you are using ASP?
>
> don
>
>
> "Neou Vongsa" <nvongsa@racha.org.kh> wrote in message
>news:aki7jv$ghl$1@news.codecharge.com...
> > Yes I use CCS and I did try to print CCGetUserID. It worked fine, the
> value
> > is displayed. But when I tried to print Session("UserID") it show
nothing.
> >
> > Is there any problem if I use CCGetUserID instead of Session("UserID")
> since
> > CCGetUserID seems to works OK.
> >
> > Thanks,
> > Vongsa
> >
> > "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
> >news:aki55v$bsb$2@news.codecharge.com...
> > > If you use CCS try to print CCGetUserID
> > >
> > > --
> > >
> > > Alex,
> > > Support Engineer
> > > CodeCharge Team
> > >
> > >
> > > "Neou Vongsa" <nvongsa@racha.org.kh> wrote in message
> > >news:akem54$4du$1@news.codecharge.com...
> > > > I have logged in successfully. I tried to print UserID on the page
> > > > [response.write Session("UserID")] but it shows nothing. It seem
that
> > the
> > > > Session("UserID") contains null value. Could any body help me
please.
> > > >
> > > > Thanks,
> > > >
> > > > Vongsa
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Neou Vongsa
|
| Posted: 08/28/2002, 11:30 PM |
|
Yes, I followed your instruction and it work so well.
Thanks,
Vongsa
"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:akjp96$f27$1@news.codecharge.com...
> Vongsa, Please check value in Project Properties -> Security -> Advanced,
a
> call to Session("UserID") will only work if the User ID Variable is set to
> UserID in this dialog box.
> This dialog is very useful for inter-project security on the same site,
just
> vary the Variables in the dialog to keep CCS built subsites in separate
> Sessions.
> Dave
>
> "DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> wrote in message
>news:akigsg$2j7$1@news.codecharge.com...
> > Just to make sure, you are executing this server-side (not in the
> browser)?
> > And you are using ASP?
> >
> > don
> >
> >
> > "Neou Vongsa" <nvongsa@racha.org.kh> wrote in message
> >news:aki7jv$ghl$1@news.codecharge.com...
> > > Yes I use CCS and I did try to print CCGetUserID. It worked fine, the
> > value
> > > is displayed. But when I tried to print Session("UserID") it show
> nothing.
> > >
> > > Is there any problem if I use CCGetUserID instead of Session("UserID")
> > since
> > > CCGetUserID seems to works OK.
> > >
> > > Thanks,
> > > Vongsa
> > >
> > > "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
> > >news:aki55v$bsb$2@news.codecharge.com...
> > > > If you use CCS try to print CCGetUserID
> > > >
> > > > --
> > > >
> > > > Alex,
> > > > Support Engineer
> > > > CodeCharge Team
> > > >
> > > >
> > > > "Neou Vongsa" <nvongsa@racha.org.kh> wrote in message
> > > >news:akem54$4du$1@news.codecharge.com...
> > > > > I have logged in successfully. I tried to print UserID on the page
> > > > > [response.write Session("UserID")] but it shows nothing. It seem
> that
> > > the
> > > > > Session("UserID") contains null value. Could any body help me
> please.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Vongsa
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|