Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Understanding resizing and positioning Reply To: Understanding resizing and positioning

#240249
LrnWdlr
Participant

That kinda works, but not really…
I mean, it takes care of the size issue but not the positioning.

Would it not be possible to change the cookie’s expiration date?

    var cookieOptions = {
        path: "/",
        expires: 30
    };

I think 30 means 30 days… any idea on how to change it to minutes?
Google isn’t being much of a friend. :(