Is there an expiry on bit.ly or tinyurl shortened URLs?
I'm asking because I'm thinking of persisting these shortened urls into the db for a client's twitter service.
UPDATE: if you keep sending bit.ly the same URL, it'll return the same shorten URL!, this is great, because it means I don't need to persist the shorten URLs in my database, and just cache bit.ly/shorten calls instead.
I was really hoping to avoid persisting shortened URLs in my db.