Using microtime(TRUE) rather than time() for timestamps should give us more flexibility in handling the authenticator.

CommentFileSizeAuthor
#1 microtime-ts-385388-1.patch960 bytespwolanin

Comments

pwolanin’s picture

Title: use microtime for tiem stamps » use microtime for time stamps
Status: Active » Needs review
StatusFileSize
new960 bytes
irek02’s picture

Status: Needs review » Reviewed & tested by the community

Decades have passed and it is a time to get this issue out of queue. I have tested it, and, as expected, it works fine.

pwolanin’s picture

I'm a little surprised it works now - possibly gets cast to int on the other side?

irek02’s picture

It does. That's why so many people like PHP :)

pwolanin’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

ha, well - I think this is outdated. At the least, I can no longer recall specifically why I thought it would be useful!