I have one basic question here. I know we can use NSUserDefaults to store data that last forever in the device. But is there any other method/variable that we can use to store data for just one session i.e. the data will complete gone when the user close/shutdown the app and reopen it.
I am hoping that I could recall that data (e.g. an int) back in during the same session across different classes (view controllers)
Many thanks!!