|
|||
i already use season to authenticate user access level..
n its working well.. but for the same level... they can change the query n access other user page... by changing query for user ID but if they copy n paste to new page (browsser) ...the session will work.. n they can't access the page... so any solution to avoid them to change qquery at the same page as they logon.. |
|
|||
talk about user authentication first...
it is best to have a file that checks the user's access level on every page that requires higher user level.. just include it in every file... like what lcf said, if u need to pass an important value, use post method... then everything will be invisible to user... err, i used to keep the user ID in a session variable... and also their access level... i dunno if there are better ways to do this... but certainly not querystring... |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I get a variable name as a string? | montyauto | Website Programming | 3 | 06-05-2007 04:51 AM |
| Why my Query Not Working?? | marukochan | Website Programming | 3 | 05-04-2007 02:10 PM |
| Sql query untuk A+B-C ... | nixx | Website Programming | 5 | 06-10-2004 04:51 PM |
All times are GMT +8. The time now is 01:29 PM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.












and also their access level... i dunno if there are better ways to do this... but certainly not querystring...
Linear Mode

