Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
592 views

Persisting/caching data between requests - common approach

I'm developing an Asp.net (MVC but this doesn't really matter) application. I have a custom IHttpModule that's responsible for the PostAuthenticateRequest to change user principal & identity. I'm ...
2
votes
3answers
1k views

iPhone: Save user data in plist, SQLite or cookie?

My app (like most) is going to be leveraging many remote services... so when a user authenticates themselves, I need to store their username and password (or some kind of flag) so that they don't have ...
1
vote
2answers
111 views

Update python itself using the apt module

I am writing a python script that will run on an EC2 machine as the user-data-script. I'm trying to figure out how I can upgrade the packages on the machine similar to the bash command: $ sudo ...
0
votes
1answer
41 views

setUserData not executing script for aws

I'm trying to figure out how to get cloud-init to execute a script. At the moment I have a file called myscript which reads !/bin/sh echo 'Hello world - I just executed user-data!' > ...
0
votes
0answers
22 views

Online Petition - Can I ask for Signatories' Postal Addresses …?

I'm building a site to collect signatures for a petition protesting about the cuts to the health service here in the UK, specifically relating to childrens' medicine. The paper version asks for name, ...
0
votes
4answers
442 views

algorithm for checking addresses for matches?

I'm working on a survey program where people will be given promotional considerations the first time they fill out a survey. In a lot of scenarios, the only way we can stop people from cheating the ...