Hi, i want to extends WebSession and do a simple session managment like in the SignIn examples. The thing is that when i try do get a session like this:

MySession session = (MySession)getSession();

the casting thorws me an error.

What am i doing wrong? Is this the way of manage sessions correctly??

Thanks

Reply via email to