Results 1 to 2 of 2

Thread: [RESOLVED] maintaining state do's and dont's

  1. #1

    Thread Starter
    Fanatic Member VBKNIGHT's Avatar
    Join Date
    Oct 2000
    Location
    Port25
    Posts
    619

    Resolved [RESOLVED] maintaining state do's and dont's

    guys im currently making a web application in asp .net. I used to pass user's information thru url by using post/get method.

    is it advisable to use sessions variables? or can you suggest when you should or not use sessions, applications and cookies.

    i know there's always advantage and disadvantages by using each of this variables or whatever you may call these.

    hoping to be enlightened with this.

    TIA
    Last edited by VBKNIGHT; Oct 3rd, 2005 at 09:35 PM.

    If a post has helped you then Please Rate it!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: maintaining state do's and dont's

    If the values are something you will/can use anywhere in the application, it's best to pass it in the session variables instead of having to work out all your pages such that the values are always passed in the URL.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width