Hi,
I am relitively new to CFM however i am now building a web hosting control panel for my friends and i.
We have run into a problem that when a user logs in a session is stored as in <cfset session.user_id=#verifyuser.user_id#>
and we re call this code throughtout the application.
Now the problem lies that a user i know who is hot on security runs firefox (as do i) but has his security settings high.
He cannot log into our system with cookies disabled now dont flame me if i am being really dumb but is a session sorted in a cookie? I thought all the url tokens were the sessionid.
But i am probably very wrong, if so can i do anything about the problem with him not being able to log in without cookies and also java enabled?
Cheers
Hope this helps,
I am relitively new to CFM however i am now building a web hosting control panel for my friends and i.
We have run into a problem that when a user logs in a session is stored as in <cfset session.user_id=#verifyuser.user_id#>
and we re call this code throughtout the application.
Now the problem lies that a user i know who is hot on security runs firefox (as do i) but has his security settings high.
He cannot log into our system with cookies disabled now dont flame me if i am being really dumb but is a session sorted in a cookie? I thought all the url tokens were the sessionid.
But i am probably very wrong, if so can i do anything about the problem with him not being able to log in without cookies and also java enabled?
Cheers
Hope this helps,