How to get application name (for cookie access)

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1167
Joined: 2019-05-21 22:42
Location: Germany
Contact:

How to get application name (for cookie access)

Post by onoehring » 2024-03-04 17:51

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

Post Reply