You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marat Radchenko (JIRA)" <ji...@apache.org> on 2009/11/30 12:52:20 UTC

[jira] Updated: (WICKET-2591) Allow subclasses of AuthenticatedWebSession to set "signedIn" field

     [ https://issues.apache.org/jira/browse/WICKET-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marat Radchenko updated WICKET-2591:
------------------------------------

    Description: 
My app implements "remember me" service by setting cookie in authenticate method of custom session that subclasses AuthenticatedWebSession.

In order to automatically login user if cookie present, i need to set "signedIn" field to true when session is created, however it isn't possible since "signedIn" is private and no way to set it is available.

  was:
My app implements "remember me" service by setting cookie in authenticate method of custom session that subclasses AuthenticatedWebSession.

However, in order to automatically login user if cookie present, i need to set "signedIn" field to true when session is created, however it isn't possible since "signedIn" is private and no way to set it is available.


> Allow subclasses of AuthenticatedWebSession to set "signedIn" field
> -------------------------------------------------------------------
>
>                 Key: WICKET-2591
>                 URL: https://issues.apache.org/jira/browse/WICKET-2591
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-auth-roles
>    Affects Versions: 1.4.3
>            Reporter: Marat Radchenko
>
> My app implements "remember me" service by setting cookie in authenticate method of custom session that subclasses AuthenticatedWebSession.
> In order to automatically login user if cookie present, i need to set "signedIn" field to true when session is created, however it isn't possible since "signedIn" is private and no way to set it is available.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.