Annotation Type SessionLess
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface SessionLess
No session access.It's means "No HTTP Session was created". A Vertigo Session is created (for security purpose), but not bound to Http Session. If an HttpSession already exist it will be use. This annotation may be use for anonymous service, to keep server resources low.