Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Response.Redirect() problem

Response.Redirect() problem

Scheduled Pinned Locked Moved ASP.NET
helpcomtoolsquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thenewbee
    wrote on last edited by
    #1

    Hi Is there a way to hide the parameters passed when using response.redirect? ie instead of displaying : www.codeproject.com/script/Forums/Edit.aspx?fid=12076&floc=/script/Forums/View.aspx something like:www.codeproject.com/script/Forums/Edit.aspx I can use sessions but if the data is too large what can be done?? plz help

    S C 2 Replies Last reply
    0
    • T thenewbee

      Hi Is there a way to hide the parameters passed when using response.redirect? ie instead of displaying : www.codeproject.com/script/Forums/Edit.aspx?fid=12076&floc=/script/Forums/View.aspx something like:www.codeproject.com/script/Forums/Edit.aspx I can use sessions but if the data is too large what can be done?? plz help

      S Offline
      S Offline
      SeMartens
      wrote on last edited by
      #2

      Hi, have a look here: http://www.devcity.net/articles/47/1/encrypt_querystring.aspx[^] They are using encrpytion to hide the details of the query string. Maybe this helps a bit. Regards Sebastian

      It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.

      1 Reply Last reply
      0
      • T thenewbee

        Hi Is there a way to hide the parameters passed when using response.redirect? ie instead of displaying : www.codeproject.com/script/Forums/Edit.aspx?fid=12076&floc=/script/Forums/View.aspx something like:www.codeproject.com/script/Forums/Edit.aspx I can use sessions but if the data is too large what can be done?? plz help

        C Offline
        C Offline
        Cybernate
        wrote on last edited by
        #3

        You can use cookies as well, but Cookies is not a reliable source to store data across requests as client has complete control on them.

        Regards, Cybernate

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups