Back
Photo AI
Load previous page…
make my own clone of Stripe's pricing table because they don't improve it and their staff takes 12 months to ship any feature and they don't have pricing like $29/MO BILLED ANUALLY instead they show $348/YEAR which converst extremely bad so my LTV value suffers because of them
#photoai
start build PHP session based persistent login system because I discovered you can actually set PHP session IDs to stay alive after browser closes with session_set_cookie_params(10*365*86400); to set it for 10 years for example, so we don't have to build our own session system anymore
#photoai