You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Sharad Raut <ra...@gmail.com> on 2014/02/08 10:02:37 UTC

I have not found file where per session data get store under work Folder in wicket application


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/I-have-not-found-file-where-per-session-data-get-store-under-work-Folder-in-wicket-application-tp4664316.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: I have not found file where per session data get store under work Folder in wicket application

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Which web container do you use ?
Where did you look at ?

Martin Grigorov
Wicket Training and Consulting


On Sat, Feb 8, 2014 at 10:02 AM, Sharad Raut <ra...@gmail.com> wrote:

>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/I-have-not-found-file-where-per-session-data-get-store-under-work-Folder-in-wicket-application-tp4664316.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: I have not found file where per session data get store under work Folder in wicket application

Posted by Paul Bors <pa...@bors.ws>.
Are you after the user session or the cashed page store, page map?
https://cwiki.apache.org/confluence/display/WICKET/Page+maps

Drop the wicket debug artifact in your wicket webapp then load this URL to see the Wicket Debug Bar and you can get to see the Wicket Sessions Inspector.
Set this to true in your application when running in debug getDebugSettings().setDevelopmentUtilitiesEnabled(true);

Have fun!


On Feb 8, 2014, at 4:02 AM, Sharad Raut <ra...@gmail.com> wrote:

> 
> 
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/I-have-not-found-file-where-per-session-data-get-store-under-work-Folder-in-wicket-application-tp4664316.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org