Orlando
|
| Posted: 10/25/2004, 10:34 AM |
|
Theres a way to Hide the parameter in the url (?forum_id=6) so the user cant modify it?
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 10/25/2004, 1:55 PM |
|
Hiding a parameter is different from not allowing users to modify it (although they could be combined).
If you want to hide the parameter completely You could use session variables, though this is not a very good method in most cases. You could also encrypt URL parameters, but it may not be easy in CCS.
If you don't want users to modify URL parameters then kick them out to another page if they do so, as shown at http://docs.codecharge.com/studio/html/QuickStart/Creat...rInitEvent.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Pankaj
|
| Posted: 11/22/2004, 8:55 AM |
|
Use frames if you want to hide the URL from the user..You can fix the URL to the login URL(i.e. the first URL)
|
|
|
 |
JoeyBoy
|
| Posted: 11/22/2004, 12:22 PM |
|
What is the diference between GET and POST....? Why dont change from GET to POST instead?
|
|
|
 |
mrachow
Posts: 509
|
| Posted: 11/22/2004, 12:44 PM |
|
A link (Anker tag) can have GET parameters only for example.
Regards,
Michael.
_________________
Best regards,
Michael |
 |
 |
|