Page 1 of 1

How to get application name (for cookie access)

Posted: 2024-03-04 17:51
by onoehring
Hi,

I notice, that AG seems to create a cookie with the application name.
Is there a way to read the application name, thus I can find a general solution to get that cookie's name?

Example:
Application is named "Test_1" -> cookie is named "Test_1" ..... I want to get "Test_1" into a variable.
If the application would be named "Frogs", the cookie would be named "Frogs" and I want "Frogs" in my variable.

I looked in the $options but could not find a solution there.

Thanks already
Olaf