
January 23rd, 2013, 06:11 AM
|
 |
pollyanna
|
|
Join Date: Jul 2012
Location: Germany
|
|
|
Hi,
checking the standard session values doesn't work, because that doesn't tell you if the user has just logged in.
You could simply pass an URL parameter saying "login=true" or something. Of course you could do the same thing with an extra cookie or session value, but I find that kind of oversized. You'd also need to explicitly remove it after the first visit.
|