Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Manweevil #1
Unable to pass session var between app pages
I'm having trouble passing a session variable from a form page to multiple
action pages. The form page points to the first action page, but I'm unsure of
how to pass the variable to the other action pages.
The Application.cfc page has the following:
<cfcomponent output="false">
<cfset this.name="permit">
<cfset this.sessionManagement=true>
</cfcomponent>
I try to initilize the session variable using:
<cfset SESSION.app_num = FORM.search_info>
in the form page, but I cannot access it in the action pages.
Thanks in advance.
Manweevil Guest
-
Pass session info between Coldfusion and ASP
I have one website that is Coldfusion and one that is ASP. At this time, it is not feasible to rewrite the ASP page to CF. The Coldfusion page... -
Unable to pass SqlParameter object to a web service function
I am trying to create a webservice for executing a stored procedure. This webservice is just a wrapper class for Microsoft.ApplicationBlocks.Data... -
Unable to Pass custom class in WebService
Xmlserialiaztion wont serialize methods. "Linesh Gajera" <linesh_gajera@hotmail.com> wrote in message... -
IS it better to use session variables or pass a URL variable
Yes, I am sure the answer starts with - It depends... Well, I am trying to get a person's name from one page to the next. The name will obviously... -
Pass data between pages
in .net help, search for "Passing Server Control Values Between Pages" Michelle wrote:



Reply With Quote

