how can i apply expiry for 30 days to web app without using cookie?
i have my one app and if i want to give this app to client for 30 days on server than how can it is possible?
nileshbhanu 0 Nilesh bhanushali
Recommended Answers
Jump to PostYou need to provide more info.
Read my sig link: "help us to help you" - a good article by pritaeasYou can store data in a DB if not by cookie maybe.
Jump to PostIf the client is given a login, then you can control access with DB
e.g.user_id
username
pw
startdate
account_type [trial | full]If account_type is trial, only allow login is startdate was 30 days or less ago.
Jump to PostAs I mentioned
You need to provide more info.
Could you please give us more information about what you're trying to do. At the moment we seem to be dragging info out of you bit by bit - it's a little frustrating.
Jump to Postwhen you create the folder, it means everybody in the world will have access to it unless you protect it with a login of some description. Which may be okay for you, I don't know.
As soon as the folder is created, add a record to your DB table, such …
Jump to PostWhy on earth would you want to run a php app locally?
Sounds daft to me.
Only way to do this otherwise is to create an exe or runnable file for whatever OS you are using. Then you need to work out how to write to the registry.
This isn't …
All 26 Replies

diafol
JorgeM 958 Problem Solver Team Colleague Featured Poster
nileshbhanu 0 Nilesh bhanushali

diafol
nileshbhanu 0 Nilesh bhanushali

diafol
nileshbhanu 0 Nilesh bhanushali
nileshbhanu 0 Nilesh bhanushali

diafol
nileshbhanu 0 Nilesh bhanushali
Hersh_1 0 Newbie Poster

diafol
Hersh_1 0 Newbie Poster

diafol
nileshbhanu 0 Nilesh bhanushali
nileshbhanu 0 Nilesh bhanushali

diafol
nileshbhanu 0 Nilesh bhanushali
nileshbhanu 0 Nilesh bhanushali

diafol
nileshbhanu 0 Nilesh bhanushali
nileshbhanu 0 Nilesh bhanushali

diafol
nileshbhanu 0 Nilesh bhanushali

iamthwee

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.