Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7946591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T01:11:57+00:00 2026-06-04T01:11:57+00:00

I forgot to put session command when I built first version of an iPhone

  • 0

I forgot to put session command when I built first version of an iPhone application. Now, I wrote a session check command in every PHP function.

However, the first version is not working well because it loses session sometimes. A lot of people are using the first version already and can’t change it at this moment.

So, I was thinking that if I can get udid value of iPhone by using php command, I get give them a new session value who lose session data. or is there other solution to make this happen?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T01:11:59+00:00Added an answer on June 4, 2026 at 1:11 am

    You can send udid from iphone using webservice to php and then you can access it.

     NSString *token=[NSString stringWithFormat:@"%@",deviceToken];
    token= [token stringByReplacingOccurrencesOfString:@"<" withString:@""];
    token= [token stringByReplacingOccurrencesOfString:@">" withString:@""];
    token= [token stringByReplacingOccurrencesOfString:@" " withString:@""];
    NSString *post = [NSString stringWithFormat:@"token=%@",token];
    NSData *postData = [post dataUsingEncoding:NSASCIIStringEncoding allowLossyConversion:YES];
    NSString *postLength = [NSString stringWithFormat:@"%d",[postData length]];
    NSMutableURLRequest *request = [[[NSMutableURLRequest alloc] init] autorelease];
    [request setURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://www.server.com/web-service/save-token.php?"]]];
     [request setHTTPMethod:@"POST"];
    [request setValue:postLength forHTTPHeaderField:@"Content-Length"];
    
    [request setValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Current-Type"];
    [request setHTTPBody:postData];
    NSData *returnData = [NSURLConnection sendSynchronousRequest:request returningResponse:nil error:nil];
    NSString *returnstring = [[NSString alloc] initWithData:returnData encoding:NSUTF8StringEncoding];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry, i forgot to put a check for the $MeshHeading->QualifierName... now i did... but
Sorry guys! i am so into the code! that i forgot to put the
I forgot the name of that application tool. anyone here remembers it? It let's
I'm in an interesting problem.I forgot I'm using 64bit machine & OS and wrote
I finished all my homework but i forgot to put a cancel option under
I wrote a stored procedure and created a temp table #TempHitRatioTable. I forgot to
The person who made the project I'm working on forgot to put the Rails
I forgot to include the programming language (It should be in the C language).
EDIT: Forgot to remind the reader that I remembered to set templateSettings as follows:
EDIT Sorry I forgot the most important part here. Each key can have more

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.