Availability:
:- use_module(library(http/http_session)).noauto. Options:
- renew(+Boolean)
- If
true(defaultfalse) and the current request is part of a session, generate a new session-id. By default, this predicate returns the current session as obtained with http_in_session/1.