> > Is there any way to dynamically tell at run time what the name of that
> > session cookie is? (What that .ini setting is set to?)
> 
> No.
> 
> 
> > I am hoping to test off of the existence of that cookie to see if the
> > user
> > has cookies enabled or not - this way I wouldn't have to create another
> > cookie and test for its existence instead....
> 
> Not a good idea. Sessions should only be created when needed. If
> someone has not yet logged in or is going to be kicked out anyway,
> there is no point in creating a session. And if there is no session,
> there is no session cookie.

In my case, they already have a session. (The user has logged in to get to
the page.)


> Use a temporary cookie to test for cookies being on.

Will do.


> Regards,
> 
>     Aparajita
>     Victory-Heart Productions
>     www.aparajitaworld.com
> 
>     "If you dare to fail, you are bound to succeed."
>     - Sri Chinmoy   |   www.srichinmoylibrary.com
> 
> _______________________________________________
> Active4D-dev mailing list
> [EMAIL PROTECTED]
> http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
> Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

_______________________________________________
Active4D-dev mailing list
[EMAIL PROTECTED]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to