Jean-François ROY
|
| Posted: 02/18/2003, 3:27 AM |
|
Hi,
I created my first internet application with code charge then I decided to
purchase CCS. I remember in code charge that the login page also offered the
option to logout once the user is logged in.
How can I implement the same login/logout page like in code charge?
Thank you,
Jean-François
|
|
|
 |
Robert Rodgers
|
| Posted: 02/18/2003, 7:18 AM |
|
Hi,
I create a blank page then on After Page Initialize event I write the
following code. This way it logs out the user then redirects them to the
beginning page again. I am sure there are other ways to do it, but this
works for me.
CCLogoutUser
Redirect = "adminmenu.asp"
rob
"Jean-François ROY" <jfroy@wanadoo.fr> wrote in message
news:b2t5am$fp5$1@news.codecharge.com...
> Hi,
>
> I created my first internet application with code charge then I decided to
> purchase CCS. I remember in code charge that the login page also offered
the
> option to logout once the user is logged in.
>
> How can I implement the same login/logout page like in code charge?
>
> Thank you,
>
> Jean-François
>
>
|
|
|
 |
Robert Rodgers
|
| Posted: 02/18/2003, 7:20 AM |
|
Wow, What happen to all my cr/lf's? Lets try that again.
I create a blank page then on After Page Initialize event I write the
following code. This way it logs out the user then redirects them to the
beginning page again. I am sure there are other
ways to do it, but this works for me.
CCLogoutUser
Redirect=adminmenu.asp
rob
"Robert Rodgers" <rrodgers@sylvancomputing.com> wrote in message
news:b2tis1$dkm$1@news.codecharge.com...
> Hi,
>
Jean-FrançoisROYjfroy@wanadoo.frwroteinmessagenewsb2t5am$fp5$1@news.codechar
ge.zl6...Hi,IcreatedmyfirstinternetapplicationwithcodechargethenIdecidedtopu
rchase CCS. I remember in code charge that the login page also offered
> the
> > option to logout once the user is logged in.
> >
> > How can I implement the same login/logout page like in code charge?
> >
> > Thank you,
> >
> > Jean-François
> >
> >
>
>
|
|
|
 |
Robert Rodgers
|
| Posted: 02/18/2003, 7:22 AM |
|
Forget the words this is the code. Very strange.
CCLogoutUser
Redirect = adminmenu.asp
rob
"Robert Rodgers" <rrodgers@sylvancomputing.com> wrote in message
news:b2tj0n$e0n$1@news.codecharge.com...
> Wow, What happen to all my cr/lf's? Lets try that again.
>
> I create a blank page then on After Page Initialize event I write the
> following code. This way it logs out the user then redirects them to the
> beginning page again. I am sure
thereareotherwaystodoit,butthisworksforme.CCLogoutUserRedirect=adminmenu.asp
robRobertRodgersrrodgers@sylvancomputing.zl6wroteinmessagenewsb2tis1$dkm$1@n
ews.codecharge.zl6...Hi,Jean-FrançoisROYjfroy@wanadoo.frwroteinmessagenewsb2
t5am$fp5$1@news.codechar
>
ge.zl6...Hi,IcreatedmyfirstinternetapplicationwithcodechargethenIdecidedtopu
> rchase CCS. I remember in code charge that the login page also offered
> > the
> > > option to logout once the user is logged in.
> > >
> > > How can I implement the same login/logout page like in code charge?
> > >
> > > Thank you,
> > >
> > > Jean-François
> > >
> > >
> >
> >
>
>
|
|
|
 |
Jean-François ROY
|
| Posted: 02/19/2003, 12:59 AM |
|
Thanks Rob
cheers,
Jean-François
"Robert Rodgers" <rrodgers@sylvancomputing.com> a écrit dans le message de
news: b2tj3q$e5v$1@news.codecharge.com...
> Forget the words this is the code. Very strange.
>
> CCLogoutUser
> Redirect = adminmenu.asp
>
>
>
>
> rob
> "Robert Rodgers" <rrodgers@sylvancomputing.com> wrote in message
>news:b2tj0n$e0n$1@news.codecharge.com...
> > Wow, What happen to all my cr/lf's? Lets try that again.
> >
> > I create a blank page then on After Page Initialize event I write the
> > following code. This way it logs out the user then redirects them to
the
> > beginning page again. I am sure
>
thereareotherwaystodoit,butthisworksforme.CCLogoutUserRedirect=adminmenu.asp
>
robRobertRodgersrrodgers@sylvancomputing.zl6wroteinmessagenewsb2tis1$dkm$1@n
>
ews.codecharge.zl6...Hi,Jean-FrançoisROYjfroy@wanadoo.frwroteinmessagenewsb2
> t5am$fp5$1@news.codechar
> >
>
ge.zl6...Hi,IcreatedmyfirstinternetapplicationwithcodechargethenIdecidedtopu
> > rchase CCS. I remember in code charge that the login page also offered
> > > the
> > > > option to logout once the user is logged in.
> > > >
> > > > How can I implement the same login/logout page like in code charge?
> > > >
> > > > Thank you,
> > > >
> > > > Jean-François
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|