|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
bout CFID=1800&CFTOKEN=81408734 in my URL
hello again, here's another one.
is there a way i could hide "&CFID=1800&CFTOKEN=81408734" from URL display, without taking off application.cfm? it keeps appearing whenever i activate a page with URL parameters. here's my example. http://127.0.0.1:8501/sisskeleton/services.cfm?expand=no&branch=student&leaf=guest&CFID=1800&CFTOKEN=81408734 my application.cfm (well part of it) <cfapplication name="Orders" sessionmanagement="yes" > <cfparam name="session.idno" default=""> thanks in advance and forgive my noobness ![]() |
|
#2
|
|||
|
|||
|
If you aren't manually placing the ID and token on your URLs the only other time I've ever seen them there is if you do a cflocation with addtoken set to true. The cfapplication tag itself doesn't add anything to your URLs.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#3
|
|||
|
|||
|
Quote:
yes sir you're right, i used <cflocation>. it is possible even with <cflocation> execution? |
|
#4
|
|||
|
|||
|
Quote:
oppss, sorry, i missed that one ![]() addtoken="no" worked like magic.tnx again. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > bout CFID=1800&CFTOKEN=81408734 in my URL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|