Efren Lugo
|
| Posted: 04/30/2002, 3:01 PM |
|
I'm having problems with any kind of logout on codecharge studio... im running wizard and i had select "logout link to this page" but only refresh and session still active...
and with "logout link to custom page" logout link look like this http://intranet.sintec.org/version2.0/login.asp?Logout=True and success log off but the resirect dont work good take me to http://intranet.sintec.org/version2.0/login.ccp.asp look at "ccp", i try to set on redirect ".asp", ".", " "... but i get the same output...
"login.ccp.asp", "login.ccp.", "login.ccp"... what can be wrong???
Thanks!
|
|
|
 |
wanaka
|
| Posted: 04/30/2002, 8:14 PM |
|
same problem for me
|
|
|
 |
andrewmi
|
| Posted: 05/01/2002, 1:35 AM |
|
Try adding a 'logout action...' to the page with the 'logout link...' on it.
I found that creating 'Logout link to another page' on its own just seemed to act as a normal link, but once I'd added the 'logout action' it also performed the logout.
Not clear exactly how this is really intended to be done - look forward to the official word on this!
ami
|
|
|
 |
Efren Lugo
|
| Posted: 05/01/2002, 11:39 AM |
|
Yep... i try setting logout action... but dont make any change... or I dont know what this change on a form...
of course in codecharge2.0 login was logout too...
i had read helpme file of CodeCharge Studio and saids that forms are logout forms too by default... maybe becuase beta, this is not finish...
|
|
|
 |
Nicole
|
| Posted: 05/02/2002, 6:24 AM |
|
Efren,
refer to Portal example to find logout settings. Also check: after adding logout action functionality to the page the code like below is generated:
CCLogoutUser
Redirect = "PageName.ccp.asp"
.ccp is unnecessary here, replace last line with:
Redirect = "NewPage1.asp"
|
|
|
 |
Efren Lugo
|
| Posted: 05/02/2002, 11:44 AM |
|
Thats solve the problem...
|
|
|
 |