Search found 355 matches

Go to advanced search

by Joe Sharples
Tue Aug 04, 2015 3:42 pm
Forum: Issues
Topic: How do I check if the session token is still active?
Replies: 35
Views: 7261
 
Jump to post

How do I check if the session token is still active?

No worries.
Happy to help

by Joe Sharples
Sun Aug 02, 2015 4:08 pm
Forum: Issues
Topic: ios device time
Replies: 8
Views: 908
 
Jump to post

ios device time

When I test this on ios, using 'alert' instead of 'console.log' it shows 'NaN' and type of as 'number'.

by Joe Sharples
Fri Jul 31, 2015 6:02 pm
Forum: Issues
Topic: How do I check if the session token is still active?
Replies: 35
Views: 7261
 
Jump to post

How do I check if the session token is still active?

Hi Louis, I didnt use the server code suggestion. I created a service to use the existing 'user_id' and 'session_token' from local storage in the request. if the service succeeds then the current session_token is valid. If it fails then the session_token is not valid and then a background login serv...
by Joe Sharples
Fri Jul 31, 2015 11:17 am
Forum: Issues
Topic: How do I check if the session token is still active?
Replies: 35
Views: 7261
 
Jump to post

How do I check if the session token is still active?

Thanks Yurii,

That works perfectly.

by Joe Sharples
Thu Jul 30, 2015 8:47 pm
Forum: Issues
Topic: How can I have the user upload their own photo and have that photo stored on the database so that each user can have his
Replies: 43
Views: 8360
 
Jump to post

How can I have the user upload their own photo and have that photo stored on the database so that each user can have his

Hi Yurri,

Thanks for your help.
I had a look at the link but I'm still a little stuck and not sure where to start.

can you give me a few steps to implement this?

Thank you
Joe

by Joe Sharples
Thu Jul 30, 2015 4:23 pm
Forum: Issues
Topic: ios device time
Replies: 8
Views: 908
 
Jump to post

ios device time

Hi Illya I added: pre console.log("Now: "+ Now); console.log("typeof Now: "+ typeof Now); /pre pre console.log("Now2: "+ Now2); console.log("typeof Now2: "+ typeof Now2); /pre pre console.log("postDate: " + pos...
by Joe Sharples
Wed Jul 29, 2015 9:10 pm
Forum: Issues
Topic: How do I check if the session token is still active?
Replies: 35
Views: 7261
 
Jump to post

How do I check if the session token is still active?

Hi guys, I've set up a service to check if the sessiontoken has expired. If sessionToken has expired a login services runs to get the new sessionToken. This all works great. The only problem is that I have to call the first service on every page. To reduce the amount of calls I have the code on ever...
by Joe Sharples
Wed Jul 29, 2015 8:05 pm
Forum: Issues
Topic: How do I check if the session token is still active?
Replies: 35
Views: 7261
 
Jump to post

How do I check if the session token is still active?

Is it secure to save the password in LSV?

by Joe Sharples
Wed Jul 29, 2015 4:39 pm
Forum: Issues
Topic: ios device time
Replies: 8
Views: 908
 
Jump to post

ios device time

how come it shows as NaN but has the type of 'number'? how can change the code so that the variables are used as numbers so that the if function can work? at the moment on the browsers it shows the correct timestamp, ' justnow / m / hr / d / w' for each list item. but on the tester app it returns &q...

Go to advanced search