Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Regenerating a new Session Id on each request is controlled through a directive in the HTTP server configuration file (/www/instanceName/conf/httpd.conf). Adding the below value of PUI_SSN_REGENERATE 1 will create a new session id on each request and returnedreturn it.

Code Block
# Generate a new session id on every request.
SetEnv PUI_SSN_REGENERATE 1

...