I use this code as base: http://wicketstuff.org/wicket14/authentication/
I added registration and user/password sign-in and checking with database, instead of simple "wicket" as user and password. All works ok, but now I need in AdminPage to known which user is logged in. How can I implement it? Is there some Wicket implementation? Do I need to store user in Session or with cookies or in PageParameters? Is it secure? Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
