Search Result

Collapse
9 results in 0.0014 seconds.
Keywords
Members
Tags
cookies
  •  

  • matheussousuke
    started a topic Login Form Issue
    in PHP

    Login Form Issue

    I dont get any error message, it's simple, some pages works ok, they simply show "Welcome, 'username'.
    LOGOUT (link)"

    The same as Bytes, when u login, u dont see the form anymore, u just see a link written "Sign out".


    But there are a few pages that still show the Login Form, I don't know why, They show the login form, but the user is logged already, so, it wont force them login again,...
    See more | Go to post
    Last edited by Dormilich; Apr 16 '11, 09:48 AM. Reason: Title mistake corrected

  • Andrew Jiang
    started a topic setcookie() doesn't work anymore?
    in PHP

    setcookie() doesn't work anymore?

    Hi. I made a website that has a login system.
    The cookies worked fine until I changed the layout.
    Could you tell me why this is happening?

    Login Code:
    setcookie("logi nuser", $username, time()+2592000) ;
    setcookie("logi npassword", $password, time()+2592000) ;

    (I tried checking my cookies, and I displaying my cookies when I logged in, but it doesn't even MAKE a cookie. So there's...
    See more | Go to post

  • How to set a cookie and then redirect using Python?

    I've read that Python does not alllow one to set a cookie and then redirect. I'm trying to save the current page location before pushing the user to the signin page.

    I'm coming from ASP, which allows for this in a very simple manner:
    Code:
    if request.cookies("GDtoken") = '' then
      response.cookies("cpage") = request.servervariables("PATH_INFO")
      response.redirect "signin.asp"
    ...
    See more | Go to post

  • cookie problem with frameset involving 2 domains

    Hi,
    I have a site whose every page uses JavaScript to redirect visitors to a site use agreement page until they've accepted the agreement. When they click OK, a cookie is saved and the pages stop redirecting.

    It worked fine until the site was displayed from within a wrapper page sitting on a different domain.

    Here's the set-up:
    • The page the user opens is a frameset on Domain A ( www.blah.net/wrapper.html).
    • The
    ...
    See more | Go to post

  • Crestopher
    started a topic Send form to receive Cookies

    Send form to receive Cookies

    Hi Guys,
    Goal:
    To get cookies from https://www.vip-computers.com/uk/login.aspx by filling in Login, Password and ticking the box remember me.

    How it was done before:
    I have tried lynx to do that but now it's (as I assume) blocked by their hosting provider.

    Question:
    Any other way to do that?

    Tried:
    curl -D /auto/cookies.txt --data-urlencode "ctl00$ctl00$co ntent1...
    See more | Go to post

  • cordless33
    started a topic Redirect when visitor has cookies enabled

    Redirect when visitor has cookies enabled

    I want to redirect all users with cookies enabled. When someone visits my website with cookies enabled they they should get redirected somewhere else.

    The code i'm using now only works once. Until they delete cookies.
    See more | Go to post

  • Cadicus
    started a topic HttpClient Login Cookie/Session Management
    in Java

    HttpClient Login Cookie/Session Management

    Hello Developers!

    Thank you for taking the time to read this email. Any insight would be greatly appreciated. I am attempting to log into a website automatically using a PostMethod. I'm having trouble getting the cookies / session lined up properly to do so. Below is the code I am working with. Any suggestions / guidance is appreciated!


    Code:
    HttpClient Loginclient = new HttpClient();
    PostMethod post =
    ...
    See more | Go to post

  • aashish09engineer
    started a topic Disable Cookies...

    Disable Cookies...

    Somebody suggest me a simple way to disable cookies using C# code.
    See more | Go to post

  • liz0001
    started a topic Login works only on some devices

    Login works only on some devices

    I am developing a mobile version of my site. I have limited testing resources: a Blackberry and Kindle. I have a friend who can run a test on an iPhone, but I don't have access to it.

    The problem is that I can log in to the site on the Blackberry and the Advanced version of the Kindle browser, but not with the simple version or with the iPhone.

    I believe the problem is with the cookies, since the database is registering...
    See more | Go to post
Working...