[Yanel-dev] Logout Improvement

basZero baszero at gmail.com
Tue Aug 16 16:24:40 CEST 2011


Hi,

just noticed the following:

if you want to perform a logout for the currently logged in user, you can
offer a hyperlink called "Logout" which goes to a URL containing the logout
usecase as a parameter, like this:

http://127.0.0.1:8080/yourpage.html*?yanel.usecase=logout*

This works fine, the user gets logged out an gets redirected to
yourpage.html.

The following does not work:
- If you have a page with parameters already, you can add the usecase
parameter, but the page, where you get redirected to does not contain any
parameters anymore, so you loose the page state where the user has been.

Example:
You are here: http://127.0.0.1:8080/yourpage.html*?page=4*
Now you want to offer a logout URL:
http://127.0.0.1:8080/yourpage.html?page=4*&yanel.usecase=logout*
*
*
Unfortunately, the user ends up here, without page=4 in the URL:
http://127.0.0.1:8080/yourpage.html

It would be nice, if the logout functionality in yanel would be improved so
that all the parameters in the URL are preserved, if there are any.

Cheers
Balz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wyona.org/pipermail/yanel-development/attachments/20110816/aabe102a/attachment.html>


More information about the Yanel-development mailing list