On Mon, Jul 29, 2013 at 3:15 PM, Nagaraju Kurma < [email protected]> wrote:
> i am using shiro with spring mvc, at the time of login page generation > only shiro is creating the session and appending jsession id to the url. > > i dont need this behaviour, only after successfull user login i need to > create a session...! > > is there any hook to add or any customization to achive this? > > > already tried by adding entry in conext.xml ---> > > < disableURLRewriting="true"> > > in we.xml --------> > > <tracking-mode>COOKIE</tracking-mode> > > programmaticaly ---------> > > > servletContext.setSessionTrackingModes(EnumSet.of(SessionTrackingMode.COOKIE)); > > > > can any one assist here? > -- > > thanks & Regards,**** > > Nagaraju. > -- Regards,**** Nagaraju.
