Losing url variable after logging into session

I have a coldfusion helpdesk application that is secured with a application.cfm login system.  Once a ticket is submitted it sends out an email with a link to view the ticket.  The link contains a url variable to link it back to the correct ticket.  If the user is not logged in, the url variable is stripped off after the login process.  Is there any way to prevent this?

From your description, at least 2 requests are involved. One request takes the unauthenticated user to the login page. Together with URL variables. I would imagine that a second request then takes him - without URL variables! - from the login form to the form's action page, where his credentials are validated.
If so, then that is the expected behaviour. You could change it as follows. Enable session management, and implement the following on the login page:
<cfloop collection="#url#" item="myVar">
    <cfset session[myVar] = url[myVar]>
</cfloop>
This results in ColdFusion storing the value of each URL variable as a variable of the same name in the session scope. Thus, the values of URL.x, URL.y, etc. will be stored, respectively, as SESSION.x, SESSION.y, etc.. You could then transfer the respective values from session back into URL scope in the links in later pages.

Similar Messages

  • Empty Screen after logging into portal

    Hi,
    I have installed SAPNetweaver 2004S,  SP9 trial edition.
    After logging into portal , Masthead and Tool area are visible and reamining part is empty screen . Toplevel navigation , detailed navigation, desktop innerpage are not getting displayed.
    Can somebody please help me in resolving this.
    Regards
    Venkata Chithirala
    Message was edited by:
            Venkata Chithirala

    Hi
    The portal display creates problem when you try to access the portal using the IPADDRESS instead of the host name for the portal.
    What you can do is make a entry in the hosts file for the portal server and then try to access the portal using the name given in the hosts file.
    http://servername:<port>/irj
    servername is the entry which you have given in the hosts file.
    Dont use the IPAddress while accessing the portal, if by chance you are using it.
    This shoud solve your problem.
    Regards
      Sumit Jain
    **Reward with points if useful.

  • Blank page after logged into portal system

    Hi,
    After logged into our portal system, we are getting blank page with white space. This is not quite common for all users, few users able to view screens at portal systems.
    Please help me to resolve this issue.
    Thanks in advance
    Regards
    Srinias

    Srinivas,
    Looks like the users not seeing anything have roles which does not have any content in them. Take any of these users and look for assigned roles in 'User Administration'. If there is no content assigned to these roles then assign some relevant content, else make these users part of the group that other users seeing content are part of.
    Hope this helps.
    Vishwas.

  • Connect to Bex query after logging into Web service

    Hello experts,
    After logging into the web service, I see connections for all HANA and BW infoProviders.
    If I click HANA OLAP connection, I see the "next" button. If I click connections to BW InfoProviders, the "Next" button is grayed out, I only have "OK" to click which takes me to the infoProvider.
    I know if I choose "Local System", I can log into BW and find BEx queries.
    Is this by design? Can't we get list of Bex queries under the connection we highlight somehow?
    Thanks.

    Hi Terry - I am not really following this workflow (could be just me)
    Did someone create OLAP connections to BW in the CMC?  Could you use the camera icon to share your screen shots?
    Tammy

  • How do I update my credit card information after logging into my account?

    How do I update my credit card info after logging into my account?

    Reader doesn't need your credit card. You can sign into your account in the Adobe store and look in at your subscriptions. There may be something there to store your card information if you have a subscription service.

  • Yosemite agent - session crashes after logging into RDS via iPhone or iPad app

    I access RDS primarily through the Mac app, but will occasionally log into a session via iPad or Iphone.  Whenever this happens, trying to get back onto that session via Mac results in a distorted screen that is pulled diagonally, only fix is to sign
    out of the RDS session on Iphone or iPad, then log in via the remote desktop app on the Mac and sign in to a new session on RDS.  
    Are there any other fixes for this?

    Hi,
    Thank you for posting in Windows Server Forum.
    Did you try to use latest version of MRD? 
    Please try to use MRD v8.1.5 for IPhone and IPad and MRD v8.0.10 for MAC and check the result. If still facing issue you can collect log for further research.
    IOS:https://itunes.apple.com/in/app/microsoft-remote-desktop/id714464092?mt=8
    MAC: https://itunes.apple.com/in/app/microsoft-remote-desktop/id715768417?mt=12
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • How To Redirect to a site after logging into the R3 server?

    I want to be able to do something like the following:
    www.sapr3servername.doimain.com?redirect=www.xyz.com
    So the users will be prompted to log into the SAPr3 server, than after the server has authenticated the user, i want the login page to redirect to a URL of my choosing.
    How can I do this?  What is the keyword for the parameter in the R3 server ?
    Flow
    - users will hit www.xyz.com
    - If user is not authenticated, xyz.com will direct them to the URL in an iframe: www.sapr3servername.doimain.com?redirect=www.xyz.com
    - The user will sign into www.sapr3servername.domain.com with their SAP crednetials
    - after the sign on is completed, the R3 server will redirect them back to xyz.com, where they will now be authenticated

    BUMP
    Is this not possible or what?

  • After log into SAP Portal, Terms&Conditions Window should open

    Hi Team,
    As per one of the requirement in my project, i have to develop below applicaiton.
    Requirement: Once user logged into portal & trying to access his role first time in a year, Terms & condtions window should open, once user accepted the terms& condtions,  user can access his role. if user entered into portal second time in a year, direclty can access his roles.
    For this: i have created webdynpro-java application with empty view & portal abstract portal component with terms & conditions text, then i have created  portal Iviews for both webdynpro-java application and abstract portal comonent, then i am calling abstract portal component Iview into webdynpro-java component controller wdDoinit() method via  WDPortalNavigation.navigateAbsolute() method. 
    Finally, i have assingned webdypro-java ivew to Test Role: once click on role it is calling Terms&Conditions pop window.
    Questions: 
    1. how can i use same Iview in user actual role, i mean, once user click on his role first time terms & codition window should open? after accepting terms & condtions only his role can access...
    2. how can i navigate from terms & condtions to his role?
    3. if user didn't accept terms&conditions, he can't access his roles, how can i handle this?
    4. how can i check, if it is user first login into portal or not in a year ? where i have to store this user data? what are the parameters i have to use?
    can you please help me on this?
    Thanks
    Sandeep.

    sandeep kumar wrote:
    > 1. how can i use same Iview in user actual role, i mean, once user click on his role first time terms & codition window should open? after accepting terms & condtions only his role can access...
    > 2. how can i navigate from terms & condtions to his role?
    > 3. if user didn't accept terms&conditions, he can't access his roles, how can i handle this?
    > 4. how can i check, if it is user first login into portal or not in a year ? where i have to store this user data? what are the parameters i have to use?
    I would redefine com.sap.portal.navigation.portallauncher.default component for your purpose
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/42c08f81ce2152e10000000a114a6b/content.htm
    so WDJ is not really an option here.
    To store whether display T&C screen you can use custom attribute on user profile 
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/44/0316d50bbe025ce10000000a1553f7/content.htm
    public class MyPortalLauncher extends PortalLauncher
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              INodeList nodeList = request.getNode().getChildNodes();
              if(nodeList != null && nodeList.item(0) != null)
    //Check value in user profile whether he accepted T&C this year
    //if no - navigate to T&C page
                   IResource jspResource = request.getResource("jsp", "jsp/termsAndConditions.jsp");
                   response.include(request, jspResource);
    //else - process as usuall
                   response.include(request, nodeList.item(0));
              else
                   IResource jspResource = request.getResource("jsp", "jsp/noRoles.jsp");
                   response.include(request, jspResource);
    //implement
    public void onAcceptClick() throws PageException
    //set user attribute value if accepted, logoff is rejected

  • ARD HELP!. After Logging into Server Screen gets distorted.

    Can anyone explain to me the problem I am having. I have a Mac OSX Server 10.3.9. When I log into my server using ARD the screen looks fine but right after it logs in the whole screen gets distorted like a moire pattern and I cannot identify any icons and cannot confidently control the desktop. Does anyone know the reason why or how to fix it?
    HELP!!!

    I figured it out. Thanks anyway!

  • Safari will not load pages after logging into certain sites

    Mac OS X 10.4.11, Safari 3.1 running on a Power Macintosh G4 "Quicksilver" 2002. All software updates are installed.
    After I log into certain web sites (Apple Support Discussions being one of them), Safari simply stops loading pages. It will "try" briefly but each page comes up blank. In fact, they don't even appear to download.
    This has been going on for a while now. I can't even remember when it started. I have done fresh installations of Mac OS X on to a clean disk to try and solve the problem. This has not resulted in any improvement. I am not using any extensions or modifiers.
    As an experiment, I've tried a few Webkit Nightly Builds. Those did not work any better.
    On some sites, such as eBay, Safari will put an empty file on the desktop. eBay is a prime example--after I sign in, an empty file called eBayIsapi.dll appears on the desktop.
    Seemingly this has been reported other places. What I didn't find was a fix. Is there anything that can be done to resolve this problem?

    I've just given up after several versions of Safari doing the same thing. It seems to be a bad interaction with Websense web filtering blocking some things that Safari expects to be able to download and process.
    I don't even use Safari any more because of this.

  • After FF 30.0 update - unable to process shipments on USPS . com after logging into usps acct

    I am able to log into my usps . com account, but after updating to FF 30.0, I am unable to process a shipment. I am able to enter all info (sender/shipping address/pkg type/shipping date/insurance) and when I attempt to "add to cart" - I get kicked back asking for my ship date. Doesn't matter which shipping address I use or which shipping date I use or which type of package selected - I am unable to process the shipment. I clear my cache regularly. I was able to process a shipment today via (gasp) Safari. I, unfortunately, spent time on the phone with USPS . com t/s, but they could not offer advice other than to clear my cache. Any ideas?
    Mac OSX 10.9.3
    FF 30.0

    Is the UPS shipping a web form that you fill out, once logged into an acct? Short of form fill data being left in Firefox, it sounds like a conflict between the site / form, & Fx 30. Not unusual.
    Start Fx in safe mode & try w/o any addons, plugins. If fixes it, you'll need to create new profile & reinstall each, a couple at a time - checking the site function after each.
    If safe mode does NOT fix it, I'd completely uninstall Fx from Control Panel, starting w/ the latest version listed, then reboot, then uninstall the next most recent, etc., rebooting after each uninstall.
    Then delete any remaining Fx program files - in all Fx folders.
    Reinstall a fresh copy of Fx 30. Before installing, close every single thing you can, incl. any AV / FW - everything. DISconnect from the web while installing.

  • T520: White screen a few seconds after logging into Windows

    Starting yesterday, when I log into my computer 10-15 seconds after loading the desktop the screen goes completely white and is unresponsive. The only thing that makes it go away (sometimes) is ctrl-alt-del and telling the system to log off. As soon as it starts to try to log off and asks me if I want to force close certain programs I have to cancel the whole log off, otherwise I'll just end up logging in and the whole process starts over again. I've noticed that it seems as though a slideshow of my desktop background starts up and then just crashes, because occasionally that image appears before the white screen of doom.
    Any ideas?
    My specs:
    Windows 7 Home Premium x64-bit
    Intel i7-2760QM @ 2.40Ghz
    8 GB RAM

    There are malware programs that cause those symptoms. (like Trojan Reveton) First, I would download an offline virus scanner. I tend to use Microsoft offline defender, because it tends to work and it's free. You will need to download the ISO and burn a disk. You need to download either the 32-bit version, or, more likely, the 64-bit version, depending on your OS.  You then boot from the disk you created and run the long scan.

  • Firefox crashes after logging into Gmail account

    Firefox (ver. 26.0 German) crashes without being able to report the crash!
    I have found another crash report on this, BUT I have more detailed information on this issue.
    Crashing started to happen, after I changed the privacy configuration as follow:
    1st: I changed the config. from "accepting thirdparty cookies" from "yes" to "never" and
    2nd: from "keep cookies until expiration" to "until close firefox".
    Then I deleted all cookies.
    From then, FF crashes when I'm loggint into Gmail, which is successful, but after two ajax/jquery "load()" calls (I can see the animation of reload icon twice!) FF crashes.
    I was working with FF/Gmail before I changed the configuration, and everything was working well (I deleted cookies everytime I logged out of gmail). Nearby: I changed the configuration as there was only one Tab in one Window (my own static local startpage) open, and I was not logged in my Gmail account.
    I have scanned (fullscan) my PC by "Kaspersky Internet Sec. 2014" (no malware found) +
    I have scanned (fullscan) my PC by "Spybot - Search & Destroy" (no malware found) +
    I looked into "Windows-Software" but there was no "BitGuard" +
    I have deactivated all of Addons,
    but FF crashes again and again.
    When I change the config. to default, i.e. accepting thirdparty cookies and keeping them until they expire, FF does not crash anymore!
    Hope this helps and has nothing to do with an NSA "feature/function" ;-)
    Kindly Regards,
    Pedram

    The issue was not Gmail, nor Firefox, nor OS.
    It was Bugfire plugin, which does not really stop tracking scripts!
    I found and solved the problem by (step by step):
    ''(Please keep in mind that I am using German version, so some translations my not be 100%ly correct in FF English version!)''
    1. loggins as Administrator
    2. backing up the bookmarks etc.
    3. deactivating all Plugins
    4. unistalling all Plugins and modules ([[https://support.mozilla.org/en-US/kb/disable-or-remove-add-ons|disable-or-remove-add-ons]])
    5. uninstalling Firefox in Windows (Start ==> System Control ==> Software ==> (rightclick) Firefox ==> "remove", "Yes")
    6. running explorer and navigate to "'''%tmp%'''" (without doublequotes!)
    7.''' [CTRL + A] t'''o mark all temporary files and folders
    8.''' [DEL]''' to delete them
    9. Reboot
    10. Installing Firefox
    11. Testing Gmail -> it worked
    12. changed configuration of Firefox to: "accept cookies form thirdparties" ==> "Never", and "keep until:" ==> "Firefox closes"
    13. Restarted FF, logged into Gmail ==> it worked!
    14. Then I started systematically installing plugins, started by "Adblock Plus" etc. one by one. After installing every Plugin I restarted FF and could log onto Gmail successfully, except after activaten of "Firebug".
    My question: will this report be forwarded to firebug, or do I have to report it to the firebug Team (this is my first reporting on this site)?
    Kindly Regards,
    Pedram Ganjeh-Hadidi

  • 50L4353DB - Screen goes blank and unresponsive after logging into Skype

    After successfully logging into Skype on our Toshiba 50L4353DB, I am presented with my contacts momentarily, then the screen goes black and there is no response from the TV. Upon exiting from Skype, the screen remains blank. 
    Here is the solutions I have tried to no aveil:
    I have updated to the latest firmware
    Tried connect through both a wired and wireless connection
    Tried loggin with and without the webcam installed (Freetalk 7291)
    Reseting the TV back to factory settings
    Has anyone else had this problem?
    Is the problem with the Skype app or the TV itself?
    Thanks

    I have had the same problem.  I first got the 65L7350U 3D TV, and did the complete setup.  I orderd the FreeTalk video camera indicated as the ONLY one that is compatible with this TV.  At first, around Christmas 2013 it was working fine, and the video was awesome.  But, in the past 2 weeks, Skype no longer works.  Presently when SKYPE is chosen, it will not even start, and the black screen appears, and stays till you exit to the cloud.
       I have reset the TV on 6 separate occasions, and here is what has come from that:
    Each time, I signed back into my cloud account, then booted Skype, and each time Skype asked me to sign in, as if it was the first time the app was running.  I signed into the Skype site, and the connection was correct.  I saw my photo, and my list of contacts, but then the app quits, leaving a black screen, and no response from any keyboard or remote buttons, except for the Home button for return to the Cloud. I do ge the screen that asks if I want to exit the current mode, and the only choice is yes, because a no will give you the same black screen with no Skype running.  On one occasion in the past 6 TV resets I was able to make one call to the Skype Call Testing Service, and check the sound and microphone.  It worked perfectly with the sound and the microphone, but as soon as the Testing Service disconnected the call, the screen went blank, back to black, and locked up, again requiring return to the Cloud page. 
         Apparenlty when the screen goes blank, Skype is still running, but there is no way to access its functions.
    It appears to be a Software problem with that app, but I have  been unable to find a way to delete that app and install either a previous version or an upgraded version of the current one.  Any suggestions? 
    drjohn2014

  • Incorrect welcome screen after logging into portal

    Hi,
    I have an issue in Portal. Once when logged into portal, it is shows incorrect welcome page(welcome page of another user).Also getting "401 Unauthorized" error message.
    Could anyone please help me to find what could be the reason for this issue.
    Thanks
    Manchari. N

    Hi Manchari,
    Please check roles are assigned to user. then clear the browser cookies and temp file, then access the portal with the user and check it.
    If you still the receive the same error, then check the default trace log file in http://<host>:<port>/nwa  >> Log >> search with the userid.
    Best Regards
    Arun Jaiswal

Maybe you are looking for

  • How do you transfer music from one I-phone to another

    I'm trying to transfer some music from my I-phone 3gs to my buddies I-phone 4. Can it be done?

  • External hard drive suddenly won't mount

    Although I've not had a problem with this drive in the past, it all of a sudden won't mount. It has all my music on and stalled while I was using iTunes, the timer wheel came up and was still the same after 20 minutes so I closed down. Now the drive

  • Best photoshop setting for DVD Menu

    Does anyone know what the best photoshop preset is for the Menu? Currently I have a 1280x720 file, and it pixilates slightly when added to the SD Menu. I want to suggest a better resolution to the client, and don't want to waste time testing it if so

  • Scb_*.tmp Files

    I am facing a problem similar to the problem here. http://www.linuxquestions.org/questions/showthread.php?threadid=74955 Basically, I am using MS Sql Server JDBC driver. After running my servlet for a while, I got a �Too many open files� error. Then

  • SOLUTION: WMM power management not working with Realtek Wifi drivers (W8.1x64)

    I'm posting this solution for anybody who might want a fix for this. if you run powercfg.exe -energy in Windows 8.1 and view the report it makes, you will see a warning in the log that says: "Wireless Access Point does not support WMM Powersave mode"