Results 1 to 2 of 2

Thread: one user

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    one user

    Hi,
    We have a one user licence for a pdf software.
    I would like to create a web page which only allows one user at a time to open a .pdf file
    I guess I have to program this into the page. For example user one opens the .pdf file and then a sql server table is updated. Then a second user can not open the .pdf file because there is a value in the table. And when the first user finishes with the .pdf then the second user can open it.

    What do you think please?
    Thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: one user

    That's not possible. You have no way of tracking whether the PDF was closed, saved, or opened. Second, the nature of the web is such that it's stateless, meaning that 1000 users can come over and download that PDF file.

    I think you might have misunderstood the clause "one user license for a pdf software." It must be for USING that software, not for using the PDF that it creates.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width